Compatibility
Minecraft: Java Edition
1.21โ1.21.10
1.20.x
1.19.x
1.18.x
Platforms
Creators
Details
Licensed Apache-2.0
Published 4 months ago
๐ NoNether
A lightweight Minecraft Spigot/Paper plugin that completely disables access to the Nether.
Ideal for servers that want to restrict players to the Overworld or prevent Nether-based exploits.
โ๏ธ Features
- ๐ซ Blocks players from entering the Nether via nether portals
- โ Cancels any teleportation to the Nether, including commands or plugins
- โฑ Sends a warning message once per second to avoid spam
- โก Lightweight and easy to use โ no configuration needed
๐ Installation
- Download the plugin
.jarfile - Place it inside your serverโs
plugins/folder - Start or reload your server
- The plugin works immediately โ no configuration required
โ๏ธ Configuration (config.yml)
# Enable or disable Nether
nonether: true
ยดยดยด
---
## ๐ฌ Example Message
When a player tries to enter the Nether:
> ยงf[ยง6ยงlNoNetherยงf] ยงcThe Nether is disabled!
This message is displayed at most **once per second** per player to prevent spam.
You can modify the message in the code if you want a custom format.
---
## ๐งฉ Developer Information
**Main plugin listener class:**
`de.scholle.noNether.NoNetherListener`
**Blocked world:**
`World.Environment.NETHER`
**Events handled:**
- `PlayerPortalEvent`
- `PlayerTeleportEvent`
---
## ๐งฐ Compatibility
- โ
Works on **Spigot**, **Paper**, and **Purpur**
- ๐งฑ Compatible with **Minecraft 1.18+**
- โ๏ธ Requires **Java 17+**
---
## ๐งโ๐ป Author
**Developed by:** Scholle
**Package:** `de.scholle.noNether`


