Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Creators
Details
Licensed ARR
Published 3 months ago
Updated 2 weeks ago
Changelog
New Features & Changes:
-
Teleport Warm-up:
- Introduced a configurable warm-up period before a player is teleported.
- Teleportation is now cancelled if the player moves or takes damage during the warm-up phase.
- New configuration option:
warm-up-seconds
(global and per-world).
-
World Selection GUI:
- Added a new command
/rtpworlds
which opens a graphical user interface (GUI). - Players can now select a world from the GUI to initiate a random teleport in that specific world.
- The GUI displays relevant information for each world, such as cooldown and range.
- New permission:
rtp.worlds
.
- Added a new command
-
Advanced Region Shapes:
- The random teleport area can now be configured as either a
circle
(default) or asquare
. - New configuration option:
shape
(global and per-world).
- The random teleport area can now be configured as either a
-
WorldGuard Integration:
- Added support for WorldGuard, allowing administrators to define specific regions where RTP is either allowed or denied.
- New configuration options under a
worldguard
section (global and per-world):enabled
: Toggle WorldGuard integration on/off.mode
: Set toallow
(only teleport into listed regions) ordeny
(do not teleport into listed regions).regions
: A list of WorldGuard region names to apply the mode to.
- Added WorldGuard as a soft dependency in
plugin.yml
.