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 ARR
Published 2 days ago
Updated 3 weeks ago
Disable Nether
A simple, lightweight plugin that lets you temporarily disable Nether portals on your server â no need to delete world files or restart your server.
Features
- đĨ Blocks Nether portal teleportation for players and entities, even if the Nether world is already loaded
- âī¸ Toggle on/off instantly with a single command â no restart required
- đŦ Customizable message shown to players when they try to enter a blocked portal
- đĒļ Lightweight â no dependencies, minimal performance impact
Why use this plugin?
Setting allow-nether=false in server.properties only prevents the Nether world from loading on startup. If the world_nether folder already exists and has been loaded before, portals will keep working regardless of that setting. This plugin fixes that by directly cancelling portal events, giving you reliable control over Nether access at any time.
Commands
| Command | Description | Permission |
|---|---|---|
/nether on |
Enables the Nether | disablenether.admin |
/nether off |
Disables the Nether | disablenether.admin |
Permissions
| Permission | Description | Default |
|---|---|---|
disablenether.admin |
Allows toggling the Nether on/off | op |
Configuration
# Whether the Nether is currently blocked (true = blocked, false = allowed)
enabled: true
# Message shown to players when they try to enter a blocked Nether portal
message: "&cThe Nether is currently disabled on this server."
đŦ Support
Issues or suggestions? Open an issue on GitHub or contact me on Discord: igromania_


