Compatibility
Minecraft: Java Edition
1.21–1.21.3
1.20–1.20.4
1.19.4
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed CC0-1.0
Published 6 months ago
A lightweight mod to block /tp to and from specific regions in your world.
If you want to control where teleporting is allowed in your world and you don't want to set up other more complex region protection mods/plugins in your server (e.g. Yet Anoter World Protector (YAWP), WorldGuard, GriefPrevention, Lands, Regions), this mod is for you.
World owners and server admins can use config file to set regions and custom message to show users when teleporting is blocked. Works in both single and multiplayer.
{
"regions": [
{
"xMin": -250,
"xMax": 250,
"zMin": -250,
"zMax": 250,
"message": "Player is outside the allowed teleport region! Travel must be done through space."
}
]
}


