Syntax and errors after changing configurationNot An Issue
Trying to show all of my commands but having trouble fitting it in. Now im getting loads of syntax errors
You are missing some commas after some entries. I'd suggest checking using a site such as http://www.jsonlint.com to make sure your JSON format is valid. Also, <color=lime> and other color tags with names will no longer work in Rust; use hex codes or the universal format provided by Oxide: [#ffffff]text[/#].
In response to Wulf ():
You are missing some commas after some entries. I'd suggest checking using a site such as www.jsonli...
Yea i add commas in but its giving me an error at line 33    
"Messages": [​
and for the life of me cant work it out. Is there a better way of coding this so the commands show up better or is the way im doing it ok? Im new to coding:(
Basically, each message you want needs to be enclosed like "text",


You cannot have multiple lines for a single message like you have now with the / at the end of each.
i had it working before but i added the command 2 as i had too many which created the errors.
Locked automatically