RealTimeSync
Introduction
This plugin synchronises the world's time with the real world.
I wrote it for Spigot 1.16.4 and will surely update it to 1.17 when available.
Config
The configuration file is pretty straight-forward:
Code (Text):
# The name of the world you want to sync
world: world
# In ticks (20 per second), the amount of time the server will wait to update the time
update_rate: 80
# Forces the game to disable thhe vanilla's doDayLightCycle gamerule
force_daylightcycle_false: true
# Enabled logging of not (spams the console, don't use in production)
debug: false