1
Hey! So I am trying to do kits on my mc server but the config keeps breaking. I think I am doing the steps right atleast. Please check if this is correct. If you want it in pastebin here is the link: http://pastebin.com/tBZxe7Us
Thanks!
Thanks!
5
Your config.
http://yaml-online-parser.appspot.com/
Output
ERROR:
while scanning an anchor
in "<unicode string>", line 234, column 154:
... :4 minecraft:unbreaking:4 name: &b[&aStarter&6-&aHelmet&b]
^
expected alphabetic or numeric character, but found '['
in "<unicode string>", line 234, column 156:
... minecraft:unbreaking:4 name: &b[&aStarter&6-&aHelmet&b]
^
Prolly change the &6-&a to &6_&a also.
Just use normal enchant names also? The additional : : : : : : [ ] is unrequired.
- 302 1 name:&8Scout_Helm unbreaking:2 blastprotection:2 aquaaffinity:1 respiration:2
So you could find replace all minecraft: with nothing and still get the same items?
http://yaml-online-parser.appspot.com/
Output
ERROR:
while scanning an anchor
in "<unicode string>", line 234, column 154:
... :4 minecraft:unbreaking:4 name: &b[&aStarter&6-&aHelmet&b]
^
expected alphabetic or numeric character, but found '['
in "<unicode string>", line 234, column 156:
... minecraft:unbreaking:4 name: &b[&aStarter&6-&aHelmet&b]
^
Prolly change the &6-&a to &6_&a also.
Just use normal enchant names also? The additional : : : : : : [ ] is unrequired.
- 302 1 name:&8Scout_Helm unbreaking:2 blastprotection:2 aquaaffinity:1 respiration:2
So you could find replace all minecraft: with nothing and still get the same items?
Theres nothing wrong with using [] in the names, i use it too, and have been using it for years, it looks cool on the names, lots of servers use it, the problem is the space before the name like i said. There CANT be any spaces, if he wants to use a space it has to be a _ then essentials converts it to a space.
PoodlePlayzHey! So I am trying to do kits on my mc server but the config keeps breaking. I think I am doing the steps right atleast. Please check if this is correct. If you want it in pastebin here is the link: http://pastebin.com/tBZxe7Us
Thanks!
You have spaces in you kits names, you can't have spaces there.
- 310 1 minecraft:blast_protection:4 minecraft:projectile_protection:4 minecraft:protection:4 minecraft:respiration:4 minecraft:unbreaking:4 name: &b[&aStarter&6-&aHelmet&b]
The last part should be like this: name:&b[&aStarter&6-&aHelmet&b]
Also in the name itself if you replace the - for a _ it will be converted to a space.
Nextime you have problems with a config use this: http://wiki.ess3.net/yaml/
It scans you file and tells you where the erros are, also when you start your server or reload essentials essentials will show in your console where the error is, its also recorded in your /server/logs/ log file.
What's Essentaiils. Sorry if silly question but my server vanilla. Not survival but vanilla.
bump
