Dungeon8r

Dungeon8r

Dungeon8r adds a new block populator which generates underground dungeons filled with mobs and reward chests. Great for RP servers!

Screenshots

Dungeon entrances appear on the surface as a 1 block hole with a ladder.

Typical inside view of a dungeon. This one is a spider dungeon.

This screenshot shows the mapping of a dungeon. You can see how they generate.

Usage

Dungeon8r will generate dungeons in newly generated chunks. It will not generate in chunks pre-generated.

Configuration

worlds: ["world"] #Worlds that dungeon8r will generate in. List like this: ["world","world_nether","otherworld"...]
chance: 100 #There is a 1 in 100 chance a dungeon will generate per chunk.
min_complexity: 40 #Minimum complexity of a dungeon. Higher is more complex.
max_complexity: 115 #Maximum complexity of a dungeon.
dungeon:
  mob_density: 13 #LOWER numbers will put more mob spawners in a dungeon.
  types: [ZOMBIE,SKELETON,SPIDER,CREEPER,SILVERFISH] #Dungeon8r chooses a specific mob to spawn in dungeons.
  rewards: #List of rewards for each dungeon type. Use CAPITAL letters.
    ZOMBIE:
      - IRON_INGOT:0:2 #Reward format is ITEM_NAME:DATA:AMOUNT
      - IRON_HELMET:0:1
      - IRON_LEGGINGS:0:1
      - IRON_CHESTPLATE:0:1
      - IRON_BOOTS:0:1
      - GOLDEN_APPLE:0:1
      - OBSIDIAN:0:4
      - POTION:8193:1
      - POTION:8197:1
    SKELETON:
      - BOW:0:1
      - ARROW:0:12
      - BONE:0:2
      - LEATHER_CHESTPLATE:0:1
      - LEATHER_HELMET:0:1
      - LEATHER_BOOTS:0:1
      - LEATHER_LEGGINGS:0:1
      - WOOD_SWORD:0:1
      - POTION:8226:1
    SPIDER:
      - STRING:0:4
      - CHAINMAIL_CHESTPLATE:0:1
      - CHAINMAIL_BOOTS:0:1
      - CHAINMAIL_HELMET:0:1
      - CHAINMAIL_LEGGINGS:0:1
      - STONE_SWORD:0:1
      - POTION:16452:1
    CREEPER:
      - SULPHUR:0:2
      - DIAMOND_BOOTS:0:1
      - DIAMOND_HELMET:0:1
      - DIAMOND_LEGGINGS:0:1
      - DIAMOND_CHESTPLATE:0:1
      - DIAMOND_SWORD:0:1
      - DIAMOND:0:1
      - TNT:0:4
      - FLINT_AND_STEEL:0:1
      - POTION:16428:1
    SILVERFISH:
      - EXP_BOTTLE:0:2
      - GOLD_HELMET:0:1
      - GOLD_CHESTPLATE:0:1
      - GOLD_LEGGINGS:0:1
      - GOLD_BOOTS:0:1
      - GOLD_PICKAXE:0:2
      - GOLD_AXE:0:1
      - GOLD_SPADE:0:2
      - GOLD_SWORD:0:1
      - GOLD_INGOT:0:4
      - POTION:16392:1
      - ENDER_PEARL:0:12
      - EYE_OF_ENDER:0:2

Commands

/genhere - Generates a test dungeon. (dungeon8r.generate)

Permissions

dungeon8r.generate: ops - Permission to use /genhere

Source

The source can be found on GitHub, which is open to the public.


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files