βš™οΈCofiguration

Information about config.yml and language.yml

The heads are obtained in this page: https://minecraft-heads.com/custom-heads

CREATE NEW BOSS

 # DON'T MODIFY THAT
 - ==: com.sarry20.topbossslayer.models.configSlays.ConfigSlayGroups
 # This is the XP needed to get a reward.
      maxPlayerXpToReward: 1000
      # This is the mob type.
      mobType: ZOMBIE
      groupImage:
        ==: org.bukkit.inventory.ItemStack
        v: 3465
        # This is the item you want to appear in the menu (type).
        type: ROTTEN_FLESH
        meta:
          ==: ItemMeta
          meta-type: UNSPECIFIC
          ItemFlags:
          - HIDE_ATTRIBUTES
      slayGroupLevels:
      - ==: com.sarry20.topbossslayer.models.configSlays.ConfigSlayGroupLevels
        configBossPerLevel:
          ==: com.sarry20.topbossslayer.models.configSlays.ConfigBossPerLevel
          pants:
            ==: org.bukkit.inventory.ItemStack
            v: 3465
            # Here you can modify the armor or armament that the boss will have.
            type: IRON_LEGGINGS
          chestPlate:
            ==: org.bukkit.inventory.ItemStack
            v: 3465
            # Here you can modify the armor or armament that the boss will have.
            type: IRON_CHESTPLATE
          helmet:
            ==: org.bukkit.inventory.ItemStack
            v: 3465
            # Here you can modify the armor or armament that the boss will have.
            type: IRON_HELMET
          boots:
            ==: org.bukkit.inventory.ItemStack
            v: 3465
            # Here you can modify the armor or armament that the boss will have.
            type: IRON_BOOTS
          tool:
            ==: org.bukkit.inventory.ItemStack
            v: 3465
            # Here you can modify the armor or armament that the boss will have.
            type: IRON_SWORD
      # This is the boss level.
        level: 1
      # These are the mobs (zombie) needed for the boss to appear.
        mobsSlainToBossAppear: 100
      # This is the experience you get from killing a boss.
        bossXpReward: 5

HOW TO USE MYTHIC MOBS DEPENDENCY

HOW TO CONFIG REWARDS

HOW TO CONFIG LANGUAJE

Last updated