Hallo leute ich habe ein problem mit mein essentials kits, ich habe mir eine kit klasse für meine members und für meine vip gruppen gemacht aber sobald ich die vip kits rein mache wird mein ganzes essentials zurück gestellt hier die kits..
Code:
# Note: All items MUST be followed by a quantity!
# All kit names should be lower case, and will be treated as lower in permissions/costs.
# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
# For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
# For more information, visit http://wiki.ess3.net/wiki/Kits
kits:
Vip:
delay: 3600
items:
- 276 1 sharpness:3 fireaspect:3 baneofarthropods:2
- 310 1 protection:3 fireprotection:3 blastprotection:3
- 311 1 protection:3 fireprotection:3 blastprotection:3
- 312 1 protection:3 fireprotection:3 blastprotection:3
- 313 1 protection:3 fireprotection:3 blastprotection:3 featherfalling:3
Member:
delay: 3600
items:
- 267 1 sharpness:2
- 306 1 protection:2 fireprotection:2
- 307 1 protection:2 fireprotection:2
- 308 1 protection:2 fireprotection:2
- 309 1 featherfalling:2