Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
🌍 WorldAccessBlocker
WorldAccessBlocker is a lightweight and highly configurable Minecraft plugin for Bukkit, Spigot, Paper, and Folia servers that lets you restrict access to the Nether, the End, and elytra usage until specific dates.
Perfect for managing progression-based survival, seasonal events, or timed unlocks — with multi-language support, date-based control, and live reloads.
✨ Features
-
🔥 Restrict Nether Access
Prevent players from entering the Nether until a specified date. -
🚫 Block End Portal Activation
Disallow activation of End portals before a configured time. -
🛑 Disable Elytra Usage
Cancels gliding and disables elytra flight until allowed. -
🌍 Multi-Language Support
IncludesEnglish
andRussian
by default — customizable via.yml
. -
📅 Date-Based Restrictions
Set unlock dates usingYYYY-MM-DD HH:MM:SS
(UTC). -
♻️ Live Reload
Instantly reload configs and language files with/wabreload
. -
⚠️ Folia Compatibility Notices
Alerts admins about partial feature support on Folia servers.
📦 Installation
- Download
WorldAccessBlocker.jar
. - Place it in your server’s
/plugins
folder. - Start or reload the server.
- Configure
config.yml
and language files in:
plugins/WorldAccessBlocker/lang/
⚙️ Configuration Example
config.yml
language: "en"
nether-restriction-date: "2025-03-10 00:00:00"
end-restriction-date: "2025-04-15 00:00:00"
elytra-restriction-date: "2025-05-01 00:00:00"
disable-nether: true
disable-end: true
disable-elytra: true