Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platforms
Creators
Details
Licensed ARR
Published 5 months ago
Updated last month
Changelog
New Features
- Economy Support (Vault): You can now charge players for using
/rtp. This feature requires Vault and an economy plugin.economy.enabled: Set totrueto enable costs.economy.cost: Define the cost per teleport. This can be overridden per-world.
- Biome Restrictions: Control which biomes players can teleport into.
biomes.mode: Set towhitelist(only allow listed biomes) orblacklist(disallow listed biomes).biomes.list: A list of biome names (e.g.,PLAINS,DESERT,OCEAN).
- Minimum Teleport Distance: Prevent players from teleporting to a location too close to their previous one.
min-teleport-distance: Sets the minimum required distance in blocks. Set to0to disable.
- Fully Customizable Messages: All messages sent to players are now configurable in the
messagessection ofconfig.yml. This includes the prefix, colors, and wording.
Command Changes
- Teleport to Specific Worlds: Players with the
rtp.worldpermission can now teleport directly to a world using/rtp <world>. - Teleport Other Players: Admins with the
rtp.teleport.otherpermission can now teleport other players./rtp <player>: Teleports the player to a random location in their current world./rtp <player> <world>: Teleports the player to a random location in a specified world.
Configuration Changes
- The
config.ymlhas been restructured to support the new features. It is recommended to regenerate this file or update it carefully. - Added new permissions:
rtp.worldandrtp.teleport.other.



