config/config-kit.yml

# This is the config file used in ZvP to store a customm kit.
#
# 'name:' The name of the kit
# 'icon:' An item used as an icon
#
# 'id:' The id describes the item material.
# 'amount:' The amount of the item (Should be 1!)
# 'data:' Used by potions
# 'ench: {}' A list of enchantings (ench: {ENCHANTMENT:LEVEL}).

name: Bow-Kit #Kit name(Do not change that if the kit is provided by the plugin!)
icon: BOW #Item to represent the kit
enabled: true #Enable or disable the kit)
items: #Item section
- 'id: BOW, amount: 1, data: 0, ench: {ARROW_INFINITE:1}'
- 'id: ARROW, amount: 2, data: 0, ench: {}'
- 'id: STONE_SWORD, amount: 1, data: 0, ench: {DAMAGE_ALL:1, KNOCKBACK:1}'
- 'id: LEATHER_HELMET, amount: 1, data: 0, ench: {PROTECTION_ENVIRONMENTAL:1}'
- 'id: IRON_CHESTPLATE, amount: 1, data: 0, ench: {PROTECTION_ENVIRONMENTAL:2}'
- 'id: LEATHER_LEGGINGS, amount: 1, data: 0, ench: {PROTECTION_ENVIRONMENTAL:1}'
- 'id: CHAINMAIL_BOOTS, amount: 1, data: 0, ench: {PROTECTION_ENVIRONMENTAL:2}'
- 'id: GOLDEN_APPLE, amount: 5, data: 0, ench: {}'
- 'id: COOKED_BEEF, amount: 5, data: 0, ench: {}'


Comments

Posts Quoted:
Reply
Clear All Quotes