Configuration

The default config is shown below:

config_version: 2.0
spawn_rate:
    how_many: 2
    how_often: 400
    default_max: 0
angels:
    worlds:
        world: 20
    freeze_time: 100
    weapon: DIAMOND_PICKAXE
    drops:
        - COBBLESTONE
        - STONE
    angels_can_steal: true
cybermen:
    worlds:
        world: 10
    drops:
        - REDSTONE
        - STONE_BUTTON
    can_upgrade: true
daleks:
    worlds:
        world: 20
    drops:
        - SLIME_BALL
        - ROTTEN_FLESH
empty_child:
    worlds:
        world: 10
    drops:
        - COOKED_BEEF
        - SUGAR
ice_warriors:
    worlds:
        world: 20
    drops:
        - ICE
        - PACKED_ICE
        - SNOW_BLOCK
silurians:
    worlds:
        world: 20
    drops:
        - GOLD_NUGGET
        - FEATHER
sontarans:
    worlds:
        world: 20
    drops:
        - POTATO_ITEM
        - MILK_BUCKET
    can_tame: true
vashta_nerada:
    worlds:
        world: 10
    drops:
        - BONE
        - LEATHER
zygons:
    worlds:
        world: 10
    drops:
        - PAINTING
        - SAND
Spawn rate

The spawn_rate sections sets monster spawning options.

  • how_many sets how many monsters to spawn each time.
  • how_often is the time period (in server ticks - 20 ticks = 1 second) between spawn attempts.
  • default_max sets the default maximum number of the monster that can spawn in a newly created world.
Monster options

The worlds section allows you to list the worlds you want the monsters to spawn in. For each world you can set the maximum number of that monster that is allowed to spawn.

drops sets a list of items that drop when the monster is killed.

Angel specific

freeze_time is the length of time (in server ticks) that the Angels remain motionless for.

weapon sets the item that will kill a Weeping Angel.

angels_can_steal sets whether the Angels can steal your TARDIS Key - requires the TARDIS plugin to be installed.

Cybermen specific

can_upgrade sets whether the Cybermen can upgrade players and villagers.

Sontaran specific

can_tame sets whether the Sontarans can be tamed (and turn into Strax).


Comments

Posts Quoted:
Reply
Clear All Quotes