
Customize the day/night cycle through various modes, such as setting specific durations for day and night or syncing in-game time with the real world
A Minecraft Paper/Spigot plugin to customize the day/night cycle with multiple time modes.
CustomTimeplugins/ folderplugins/CustomTime/config.yml to configure| Command | Description | Permission |
|---|---|---|
/ct help |
Show available commands | Everyone |
/ct currenttime |
Show current in-game time | Everyone |
/ct status |
Show plugin status | OP |
/ct set <mode> |
Change time mode | OP |
/ct setoffset <hours> |
Set timezone offset (UTC) | OP |
/ct reload |
Reload configuration | OP |
| Permission | Description | Default |
|---|---|---|
customtime.command.help |
View help | true |
customtime.command.currenttime |
View current time | true |
customtime.command.status |
View status | op |
customtime.command.set |
Change mode | op |
customtime.command.setoffset |
Set timezone | op |
customtime.command.reload |
Reload config | op |
# Active mode: VANILLA, SIMPLE, ADVANCED, REALTIME
active-mode: SIMPLE
# SIMPLE mode: Set day and night durations
simple:
day-duration: 10m # e.g. 10m, 30s, 1h
night-duration: 5m
# ADVANCED mode: Set 4 phase durations
advanced:
sunrise-duration: 1m
day-duration: 8m
sunset-duration: 1m
night-duration: 5m
# REALTIME mode: Sync with real time (UTC-based)
realtime:
timezone-offset: 1 # UTC offset in hours (e.g. 1 for CET, 2 for CEST)