- 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!Hey Guest, I’ve got some exciting news to share! 🎉
Starting this December, I’ll be moving the entire GameServersHub website away from WordPress and rebuilding it in Next.js! This upgrade will bring incredibly faster speeds, smoother performance, and a modern user experience that sets the stage for everything coming next.
In 2026, GameServersHub will be entering a new era. I’ll be revamping the entire platform from the ground up and launching a brand-new, fully modernized marketplace. It’ll feature a cleaner design, improved functionality, and better tools for both creators and server owners.
On top of that, development has already started on the GameServerListing project at https://gsl-six.vercel.app/, which is expected to launch in early Q1 2026. This new system will make discovering and managing servers easier than ever before.
👉 Stay in the loop!
Join our Discord for behind-the-scenes updates, early previews, and community discussions.
» Click here to join our Discord! «
~ MrOwlSky
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.