Config

# Welcome to the McKits official configuration!

# # # # # # # # # #
# Item format!    #
# # # # # # # # # #
# ID AMOUNT ENCHANTMENT ENCHANTPOWER

# # # # # # # # # #
# Potions format! #
# # # # # # # # # #
# POTIONID LENGTH POWER

# # # # # # # # # #
# Armour format!  #
# # # # # # # # # #
# ID AMOUNT ENCHANTMENT ENCHANTPOWER

# # # # # # # # # #
# Kit effects!    #
# # # # # # # # # #
# death_explode poison_hit wither_hit slow_hit stomper

options:
  kit-message: '&7Selected kit &c#KITNAME#.'
  soup-pvp: false
  disable-hunger: false
  cancel-drops: false
  cancel-explosion-damage: false
enabled-world: world
kit-list:
- pvp
- archer
- tank
- viper
- wither
- snail
- stomper
kits:
  pvp:
    items:
    - 276 1 16 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    potion-effects:
    - 5 60 1
    armour:
      helmet: 306 1
      chestplate: 307 1
      leggings: 308 1
      boots: 309 1
    kit-effect:
      effect: none
      length: 3
      power: 1
  archer:
    items:
    - 261 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 262 64
    potion-effects:
    armour:
      helmet: 306 1
      chestplate: 307 1
      leggings: 308 1
      boots: 309 1
    kit-effect:
      effect: death_explode
      length: 0
      power: 0
  tank:
    items:
    - 276 1 16 2
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    potion-effects:
    armour:
      helmet: 310 1
      chestplate: 307 1
      leggings: 308 1
      boots: 309 1
    kit-effect:
      effect: none
      length: 0
      power: 0
  viper:
    items:
    - 267 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    potion-effects:
    armour:
      helmet: 314 1
      chestplate: 307 1
      leggings: 308 1
      boots: 309 1
    kit-effect:
      effect: poison_hit
      length: 3
      power: 1
  wither:
    items:
    - 267 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    potion-effects:
    armour:
      helmet: 314 1
      chestplate: 307 1
      leggings: 308 1
      boots: 309 1
    kit-effect:
      effect: wither_hit
      length: 3
      power: 1
  snail:
    items:
    - 267 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    potion-effects:
    armour:
      helmet: 314 1
      chestplate: 307 1
      leggings: 308 1
      boots: 309 1
    kit-effect:
      effect: slow_hit
      length: 3
      power: 1
  stomper:
    items:
    - 267 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    - 282 1
    potion-effects:
    armour:
      helmet: 314 1
      chestplate: 307 1
      leggings: 308 1
      boots: 309 1
    kit-effect:
      effect: stomper
      length: 0
      power: 0


Comments

Posts Quoted:
Reply
Clear All Quotes