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:

  1. Navigate to your server's bukkit.yml file.
  2. Locate the ticks-per: section.
  3. Change the value of autosave: to 20 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 to 20 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.