Config.yml

minion-enabled: true
#If true, 5 minion zombies will spawn
minion:
  health: 50
#If explode is enabled, will deal about 40 damage to mob
  name: Minion
#Name of minion
  armor-enabled: true
#If enabled, will give minions a leatherchestplate
  fire-resist: true
#Will minions take fire damage? Useful if you don't want them to burn in the sun
  chestplate-enchantment: 0
#The minions' chestplate will already have blastprot 10. You can add another enchantment here.
#This enchantment will apply to the minion's leatherchestplate, if enabled
#ONLY USE ENCHANTMENT NUMERAL ID!
  chestplate-enchantment-lvl: 10
#Enchantment level of your custom enchantment. By default, these 2 settings will give you protection X.
boss:
  health: 200
#If explode is enabled, will deal about 40 damage to mob
  dropchancehelm: 1.0
#Drop chances for helmet
  dropchancechestplate: 1.0
#Drop chances for chestplate
  dropchanceboots: 1.0
#Drop chances for boots
  dropchanceaxe: 1.0
#Drop chances for sword
  dropchancelegs: 1.0
#Drop chances for legs
  name: ZOMBIEKING
#Boss name. Will be coloured dark red
  chestplate-enchantment: 0
#The boss' chestplate will have blastprot 10. You can add another enchantment here.
#This enchantment will apply to the boss' boots and the boss' chestplate.
#The boss' boots already have feather falling X on them.
#ONLY USE ENCHANTMENT NUMERAL ID!
  chestplate-enchantment-lvl: 10
#Enchantment level of your custom enchantment. By default, these 2 settings will give you protection X.
  axe-enchantment: 16
  #This enchantment will apply to the boss' axe.
#By default, the axe will have sharpness 3.
#ONLY USE ENCHANTMENT NUMERAL ID!
  axe-enchantment-lvl: 3

explode-enabled: true
#If true, will explode when totem is lighted. To disable block damage, simply disable tnt block damage in other plugins
enabled-worlds:
- world
- world_nether
- world_the_end
- null
- null
- null
- null
#Which worlds can this boss spawn?
#When setting these worlds, do not forget that your players need permissions to build this boss.
#You can add more than 7 worlds


Comments

Posts Quoted:
Reply
Clear All Quotes