Antares-Network / BASM

Bungee Automatic Server Manager is a BungeeCord plugin that allows a server owner to allow for private proxied servers to be created by players.
https://playantares.com
Other
3 stars 0 forks source link

FIx server_dictionary.json being overwritten #1

Closed nathen418 closed 3 years ago

nathen418 commented 3 years ago

the file keeps being overwritten by new data each time a server is added, rather than the data being appended to the file.

It should look something like this when done Currently looks like this: It should look something like this when done

Reference: https://github.com/Antares-Network/BASM/blob/development/src/main/java/com/antares/basm/Entry.java https://github.com/Antares-Network/BASM/blob/development/src/main/java/com/antares/basm/ServerCreator.java

piotrwyrw commented 3 years ago

The implemented fix is yet to be verified