- Joined
- Sep 22, 2018
- Messages
- 24
now if i could only open the file from my web server
*remote*

By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!The issue is around where you have the metal armor
I recommend using this site to modify your JSON files.
https://jsoneditoronline.org/
Fix? I dunno. But for the future use that mixed with JSONLint for formatting and you will be a happy dude.how do i fix the files with that? im terrible at this sort of thing
it says that i need a colon but when i replace that it makes me delete most of my code and then put a string that i dont knowFix? I dunno. But for the future use that mixed with JSONLint for formatting and you will be a happy dude.
it would take a lot to figure it all out myself. you can either go through and figure it out or you can redo it using the method I gave you.it says that i need a colon but when i replace that it makes me delete most of my code and then put a string that i dont know
I want to again also recommend using https://jsoneditoronline.org/ to edit your files and then using JSON Lint to validate afterwards because the editor makes formatting weird.The backslash (\) is a by JSON reserved character.. thats why its messing up... Simply fix it by replacing it with a normal slash ( / )
I would highly recommend anyone having trouble with their configs to use this site to validate their json;
https://jsonlint.com/
The backslash (\) is a by JSON reserved character.. thats why its messing up... Simply fix it by replacing it with a normal slash ( / )
I would highly recommend anyone having trouble with their configs to use this site to validate their json;
https://jsonlint.com/
We use essential cookies to make this site work, and optional cookies to enhance your experience.