np98765 / BattleKits

dev.bukkit.org/server-mods/battlekits
3 stars 19 forks source link

Internal error when I do /kits #181

Closed fuzzyhusky closed 9 years ago

fuzzyhusky commented 10 years ago

Idk whats wrong, heres the only thing I found in my console regarding BattleKits : http://pastebin.com/veZAMg5m

heres my kits.yml: http://pastebin.com/5PdyU693

the issue started when i added the kit donor. please help, btw i looked at #122 but nothing seemed to help. i tried everything and yea.

lol768 commented 9 years ago

'0': 261 49:2 needs quotes around it because it uses the ':' character. Should look like '0': '261 49:2'. This will be the case for a lot of lines in the file. https://github.com/np98765/BattleKits/blob/master/src/main/resources/kits.yml has a working config you can use.