Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
π WorldAccessBlocker
WorldAccessBlocker temporarily restricts access to the Nether, the End, elytra flight, and custom worlds β by a fixed date or a recurring weekly schedule. Built for Paper and its forks (Purpur, Folia).
β¨ Features
- β³ Date-based restrictions β block a feature until a specific date and time.
- π Recurring schedules β allow access only on certain days and time windows (e.g. weekends, or Sundays 15:00β17:00).
- π Nether blocker β cancels portal creation, portal travel, and ender-pearl teleports.
- π End blocker β prevents End portal activation (and the trip to the End).
- πͺ½ Elytra control β block equipping and/or flight independently.
- πΊοΈ Custom worlds β restrict any named world by date or schedule.
- πͺ Fallback teleport β send blocked players to a configurable world spawn.
- π« Per-player bypasses β grant a timed bypass with
/wab bypass, revoke with/wab remove. - π PlaceholderAPI support β expose restriction state and time-left to scoreboards / TAB.
- π Multi-language β English and Russian included; add your own
.yml. - β»οΈ Live reload β apply config changes without a restart via
/wabreload. - π§΅ Folia-native β uses the regional scheduler on Folia (no thread-safety warnings).
- π Update notifications β admins get an in-game alert when a new version is out.
π¦ Installation
- Download the latest
WorldAccessBlocker.jar. - Drop it into your server's
plugins/folder. - Restart the server.
- Edit
plugins/WorldAccessBlocker/config.ymlto taste, then run/wabreload.
βοΈ Configuration
# Message language: "en" or "ru"
language: "en"
# Server time zone (important for recurring schedules!)
time-zone: "Europe/Moscow"
nether:
disable: true
# Used only when there is NO `recurring` block (blocked until this date):
restriction-date: "2025-03-10 00:00:00"
disable-portal-creation: true
disable-teleportation: true
# Weekly schedule. If this block is present, `restriction-date` is IGNORED.
# Each period is an OPEN (allowed) window β outside these windows access is blocked.
recurring:
periods:
# Open only on Sundays, 15:00β17:00
- days: [SUNDAY]
start-time: "15:00"
end-time: "17:00"
# Open all day on weekends
- days: [SATURDAY, SUNDAY]
end:
disable: true
disable-portal-activation: true
# Empty list = no open windows = ALWAYS blocked
recurring:
periods: []
elytra:
disable: true
disable-equip: true
disable-flight: true
custom-worlds:
lobby_world:
disable: true
recurring:
periods:
- days: [MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY]
start-time: "09:00"
end-time: "17:00"
# Where blocked players are teleported (world name β its spawn)
fallback-spawns:
default: "world"
nether: "hub"
How the schedule works: when
recurring:is set, each period defines an open window. If the current day/time falls inside a period, access is open; otherwise it is blocked. An emptyperiods: []means always blocked.
π§© Commands & Permissions
| Command | Permission | Default | Description |
|---|---|---|---|
/wab bypass <player> <feature> <seconds> |
wab.bypass |
op | Grant a timed bypass |
/wab remove <player> <feature> |
wab.bypass |
op | Remove a bypass |
/wab status [player] |
wab.status |
all | Show restriction status |
/wabreload |
wab.reload |
op | Reload config without a restart |
<feature> is nether, end, elytra, or a custom world name.
π§ PlaceholderAPI
| Placeholder | Returns |
|---|---|
%wab_nether_blocked% |
true / false |
%wab_end_blocked% |
true / false |
%wab_elytra_blocked% |
true / false |
%wab_time_left_nether% |
time remaining (or schedule) |
%wab_time_left_end% |
time remaining (or schedule) |
%wab_time_left_elytra% |
time remaining (or schedule) |
π» Compatibility
| Platform | Versions | Status |
|---|---|---|
| Paper | 1.20.5 β 1.21.4 | β Full support |
| Purpur | 1.20.5 β 1.21.4 | β Full support |
| Folia | 1.20.5+ | β Native scheduler |
Requires Java 21. Spigot/Bukkit are not supported (the plugin uses Paper's Adventure & scheduler APIs).
π Stats
π Bugs & Suggestions
Open an issue on GitHub or leave a comment here on Modrinth.


