Legacy MC Version Help - CodedRed-Spigot/PlayTimes GitHub Wiki
⚠️ Note: You will only need to follow these steps in old versions of Minecraft.
How to Update Player Time Faster
If the player's playtime isn't updating every second, you can follow these steps to adjust the configuration:
- Navigate to your server's
bukkit.yml
file. - Locate the
ticks-per:
section. - Change the value of
autosave:
to20
to make it update every second. I recommended lowest to be 900 (will update every 45 seconds)
Your bukkit.yml
file should look like this:
yaml ticks-per: animal-spawns: 400 monster-spawns: 1 autosave: 20
🚨 Caution: Setting the
autosave
value to20
may cause increased lag on your server. It is recommended to keep it at the default value or close to it to maintain optimal performance.