You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, when I upgraded to the new version of signgui, I noticed some lag when using signs, all until I realized this library is connecting to 'https://raw.githubusercontent.com/Rapha149/NMSVersions/main/nms-versions.json' to match versions.
What solution would you like?
Why not just put it in a file?
Or in a const HashMap (you can use ChatGPT to convert json to HashMap to save time).
Describe alternatives you've considered
Since I can guarantee the server's version, I will just clone this repo and remove the version checker.
Any additional comments?
I really think its a bad idea to relay on a website that could go down or take time to load.
Thanks for your time!
The text was updated successfully, but these errors were encountered:
I did that so that if there's no breaking change in a version which sometimes happens I don't have to update the library. But the library should only connect to the json file once, so you could just do SignGUI.builder() in your onEnable to make the connection when the server starts.
Is your feature request related to a problem?
What solution would you like?
Why not just put it in a file?
Or in a const HashMap (you can use ChatGPT to convert json to HashMap to save time).
Describe alternatives you've considered
Since I can guarantee the server's version, I will just clone this repo and remove the version checker.
Any additional comments?
I really think its a bad idea to relay on a website that could go down or take time to load.
Thanks for your time!
The text was updated successfully, but these errors were encountered: