
A hard-to-break, grief-resistant solution for preventing players from entering The Nether and/or The End.
A hard-to-break, grief-resistant solution for preventing players from entering The Nether and/or The End.
Allows you to disable dimensions by removing any possible way for players to enter them. Each dimension can be separately enabled or disabled.
Perfect for vanilla and modded multiplayer servers where you want to disable further dimensions to prevent players from progressing too fast.
TL;DR: A stable and lightweight way to stop unwanted dimension travel, made to just work.
After adding the data pack/mod to your world or server, you should be able to open the about panel, which is fully controllable with the mouse:
/function disable_dimensions:about

You can configure everything through the config panel, which also fully controllable with the mouse. You may toggle the status for each dimension and edit the messages shown to players on return; just be sure to use valid minecraft text component colors. Furthermore, you must also set the World Spawn at least once from this panel. Make sure you’re standing at the desired spawn location when doing so:
/function disable_dimensions:config

The config panel will only be usable when you're physically logged in to the server and have op.
To configure the data pack/mod, you can use the config toggles which get called by the config panel directly inside the server terminal as follows:
function disable_dimensions:config/nether/enablefunction disable_dimensions:config/nether/disablefunction disable_dimensions:config/nether/message {color:"",text:""}function disable_dimensions:config/end/enablefunction disable_dimensions:config/end/disablefunction disable_dimensions:config/end/message {color:"",text:""}This data pack/mod is intentionally event-driven, with a few rare transitions requiring manual cleanup:
spawnpoint command is set inside a dimension that later gets disabled, the player will continue to respawn there until the respawn point is cleared or reset.'Going Through' Nether Portal
Throwing Ender Pearl at Nether Portal
Teleporting to The Nether
'Going Through' End Portal
Throwing Ender Pearl at End Portal
Teleporting to The End
I warmly welcome:
Please open issues or PRs on GitHub.
This project is licensed under the MIT License. See LICENSE for details.