Editing players timeNot An Issue

Im trying to increase a players time manually in the file but when they join the change doesnt apply.

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.

KNnk0ZB2Lgf3AJk.png 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