Time Preserve
A lightweight Minecraft plugin that pauses the daylight cycle when your server is empty.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Time Preserve
Time Preserve
A lightweight Minecraft plugin that pauses the daylight cycle when your server is empty.
Keeps your day counter accurate, and prevents time from flying by while nobody is around.
Features
- Automatically pauses `doDaylightCycle` whenever the server is inactive. - Automatically pauses `doWeatherCycle` whenever the server is inactive. - Restores time progression whenever a player rejoins the server.
Configuration
config.yml
```yml
How long (in minutes) the server has to be empty before pausing.
idleTimeout: 5
What should be paused when the server is inactive:
pauseWeather: true # Stops weather changes pauseDaylight: true # Stops day/night progression. ```
Support & License
⭐ If you find this project useful, consider giving it a star on GitHub!
📜 This project is under the MIT License.