Work with mobs

work with mobs is done through config.yml

mob spawns instead of normal, zombie spawns = moon zombie spawns

mobs:
  ZOMBIE:
    name: "§4Ghoul" #Mob name
    nameVisible: true #Mob visible
    health: 40 
    damage: 4
    speed: 0.25 #defolt = 0.23
    speed_attack: 8 # defolt = 4.0
    chance: 0.1 #Chance spawn
    mythic: #If you want to add a mythic mob, you can then remove the rest of the settings
    weapon:
      hand: blood_sword #the item is taken from moonItems
      ability:
        blood_pulse:
          chance: 0.1
    drops:
      one:
        chance: 0.05
        IA: false
        MI: false
        ItemStack: DIAMOND
        Amount: 3
    effects:
      - SPEED

If you want to insert an item from ItemsAdder into a mob drop, then enter IA - true, and in ItemStack - the ID of the item from ia

If you want to insert an item from MMo Items into a mob drop, then enter MI- true, and in ItemStack - the ID of the item from mi

How to install ability?

in the abiliti field, set one from the list of abilities

Last updated