Skip to content

config Wiki

Sam Wilkins edited this page Sep 8, 2020 · 1 revision

Custom Mobs Config Wiki

In order to make this plugin work, we need to do some work in the config.

The default config will look like this:

CustomMobs:

When we want to edit a mob, we need to make a new section for it, like so:

CustomMobs:
  Zombie:

Edit Skull

CustomMobs:
  Zombie:
    Skull: WilkoS_

Edit Armour

CustomMobs:
  Zombie:
    Armour:
      Chestplate: diamond
      Leggings: leather
      Boots: iron
      

Edit Health

CustomMobs:
  Zombie:
    Health: 50
      

Edit Drop Chances

CustomMobs:
  Zombie:
    Skull: WilkoS
    Armour:
      Chestplate: diamond
      Leggings: leather
      Boots: iron
    Drop_Chances:
      Skull: 100
      Chestplate: 10
      Leggings: 20
      Boots: 50   

Drop Default Items?

CustomMobs:
  Zombie:
    Skull: WilkoS
    Armour:
      Chestplate: diamond
      Leggings: leather
      Boots: iron
    Drop_Chances:
      Skull: 100
      Chestplate: 10
      Leggings: 20
      Boots: 50  
    Drop_Default_Items: false