Im trying to increase a players time manually in the file but when they join the change doesnt apply.
Editing players timeNot An Issue
I had to edit while the server was shut down.
Generally any data file would need to be edited when the plugin is unload or server is offline, as data files are stored in memory on load and saved on unload. Any changes to file would be overwritten while the plugin is loaded.
Wulf
Generally any data file would need to be edited when the plugin is unload or server is offline, as data files are stored in memory on load and saved on unload. Any changes to file would be overwritten while the plugin is loaded.
Oh right, thank you!
Locked automatically