Compatibility
Minecraft: Java Edition
1.21–1.21.10
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Links
Creators
Details
Licensed MIT
Published 8 months ago
Updated 3 months ago
Changelog
Full schedule support has been added — now you can set precise time frames for each day of the week. For example, you can specify that the function is active only on Sundays from 3:00 p.m. to 5:00 p.m.
Key features:
- Flexible period settings (recurring.periods): select days, times, or specify “all day.”
- Smart prompts for users: the system automatically generates clear messages such as “available on weekends from 10:00 a.m. to 10:00 p.m. and all day on Mondays.”
- Support for schedules for user worlds.
Example from the new config.yml:
# ===================================================================
# Nether
# ===================================================================
nether:
disable: true
# If recurring is NO, this date is used (until when it is blocked)
restriction-date: “2025-03-10 00:00:00”
disable-portal-creation: true
disable-teleportation: true
# NEW: schedule by day and time
# If this block is present, restriction-date is IGNORED
recurring:
periods:
# Example 1: only on Sundays from 3:00 p.m. to 5:00 p.m.
- days: [SUNDAY]
start-time: “15:00”
end-time: “17:00”
# Example 2: all day on weekends
- days: [SATURDAY, SUNDAY]
# Example 3: every Monday from 6:00 p.m. to 11:59 p.m.
- days: [MONDAY]
start-time: “18:00”
end-time: “23:59”
Files
Metadata
Release channel
ReleaseVersion number
0.7.1Loaders
Game versions
1.16–1.21.10Downloads
209Publication date
November 14, 2025 at 7:51 AMPublisher
denfry
Member


