Reset Timings - CodedRed-Spigot/PlayTimes GitHub Wiki
🔄 How to Reset Player Playtimes
Currently, PlayTimes doesn't officially support playtime resetting. However, you can manually reset playtimes by following these steps:
Step 1:
Turn off your server.
Step 2:
Navigate to the World
folder, open the Stats
folder, and select the UUID of the player whose playtime you want to reset.
Step 3:
Depending on your server's version, modify the playtime value accordingly:
- For servers running 1.11 or older, modify the
playOneMinute
value. - For servers running between 1.12 and 1.16, modify the
play_one_minute
value. - For servers running 1.17 or newer, modify the
play_time
value.
To completely reset the playtime, set the relevant value to 0
. Make sure to perform these changes when the server is fully stopped; otherwise, the changes won't apply.
Final Step:
Before saving, ensure the file's validity by pasting its content on this website: JSONLint. We are not responsible for any damage caused by modifying these files.
Note: In extreme situations, such as server launches, you might want to consider deleting the entire JSON file inside the Stats
folder. This action will affect many saved values, so proceed with caution. To see all the statistics values in the file, visit this website.
In the future, PlayTimes plans to introduce a feature that will allow playtime resets using a simple command. Please be patient, and thank you for using PlayTimes!