MySQL should be used instead of loading and saving resource files, because using resource files is extremely sloppy and very out of date.
Loading every single data for every player ever purchasing a property slows down the server permanently also.
Just loading the data needed would be much smarter. This is a change that should be done to all resources over time.
Also manipulating data while the server is running is impossible using the current save method.
MySQL should be used instead of loading and saving resource files, because using resource files is extremely sloppy and very out of date.
Loading every single data for every player ever purchasing a property slows down the server permanently also. Just loading the data needed would be much smarter. This is a change that should be done to all resources over time.
Also manipulating data while the server is running is impossible using the current save method.