Bonjour/Bonsoir , me revoilà pour un nouveau bug sur mon serveur
Je gère mes kits avec Essentials sur mon serveur et quand je tape /kit dieu un message d'erreur apparait :
Mais ce problème n'interviens que sur le kit dieu et le kit seigneur ! Les kits noble, archer et destruction sont épargnés...
Voici la config du plugin :
Merci par avance
Je gère mes kits avec Essentials sur mon serveur et quand je tape /kit dieu un message d'erreur apparait :
Code:
Error: That kit is improperly defined. Contact an administrator.
Voici la config du plugin :
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:
start:
delay: 3600
items:
- 306 1 protection:1
- 307 1 protection:1
- 308 1 protection:1
- 309 1 protection:1
- 260 10
- 267 1 sharpness:1
- 261 1
- 262 15
- 322 3
noble:
delay: 86400
items:
- 310 1 protection:2
- 311 1 protection:2
- 312 1 protection:2
- 313 1 protection:2
- 276 1 sharpness:2 fireaspect:1
- 322:1 4
- 297 20
- 261 1 flame:1 power:2 infinity:1
- 262 10
- 383:50 10
seigneur:
delay: 86400
items:
- 310 protection:3
- 311 protection:3
- 312 protection:3
- 297 20
- 313 protection:3
- 276 sharpness:3 fireaspect:1
- 322:1 7
- 383:50 15
- 261 1 flame:1 power:3 infinity:1
- 262 10
dieu:
delay: 86400
items:
- 310 protection:4
- 311 protection:4
- 312 protection:4
- 297 20
- 313 protection:4
- 276 sharpness:4 fireaspect:1
- 322:1 12
- 383:50 20
- 261 flame:1 power:4 infinity:1
- 262 10
destruction:
delay: 86400
items:
- 46 20
- 259 1
- 383:50 20
- 327 1
- 55 64
archer:
delay: 86400
items:
- 261 1 power:5 punch:2 flame:1 infinity:1 unbreaking:3
- 262 64
- 297 20
# Essentials Sign Control
# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
# Essentials Colored sign support will be enabled when any sign types are enabled.
# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
Merci par avance