NoPortals is a Paper plugin for Minecraft 1.21.11 that prevents players from entering Nether and End portals. If a blocked player tries to enter one of these portals, the plugin can push the player back and send a configurable MiniMessage chat message.
- Block Nether portal entry
- Block End portal entry
- Configurable pushback toggle and strength
- Configurable MiniMessage messages
/noportals reloadcommand for admins
/noportals reload— reloadsconfig.yml
noportals.reload— allows using/noportals reload
block-nether: true
block-end: true
pushback: true
pushback-strength: 1.0
messages:
nether-blocked: "<red>Du darfst Nether-Portale nicht betreten.</red>"
end-blocked: "<red>Du darfst End-Portale nicht betreten.</red>"./gradlew buildThe release jar is generated in build/libs/.
Project page: https://modrinth.com/plugin/noportals-paper
This repository is prepared for Modrinth publishing via GitHub Actions. To enable releases, set this repository value:
- GitHub Actions secret:
MODRINTH_TOKEN
The repository already contains the correct Modrinth project ID in gradle.properties.
MIT