Version 5.4
+ Patching some bugs in the min/max config settings
Version 5.3
+ srtp.deny permission no longer affects op players and * perm players.
+ Minimum/Maximum teleport radius wont go above the border if the config values are higher than the world border size.
+ Cooldown message ignored if player has permission * or op.
Version 5.2
+ Added permission to deny users from using /rtp - srtp.deny
Version 5.1
+ Fixed a null error occasionally during cooldowns
Version 5.0
+ Cooldown bypass permission will skip sending the cooldown time messages
+ Added option for cooldown bypass permission specifically "srtp.nocooldown". "srtp.admin" will still do this but allow other functions.
Version 4.9
+ Added permission to bypass cooldown. "srtp.admin" also allows for admin commands
Version 4.8
+ Replaced $formattime$ with $minutes$ and $seconds$ placeholders.
+ Fixed the cooldown applying even if the teleport is cancelled due to moving.
+ Removed a debug message on invincible.
Version 4.7
+ Moved cooldown activated to successful teleport rather than on command usage.
+ Added placeholder for cooldown message $formattime$ which will display minutes : seconds if the cooldown time is above 60 seconds.
Example;
Code (YAML):
Cooldown-Messages:
Cooldown-Active:
Message
: '&8
[&fRTP&8
] &7> &cYou must wait $formattime$ before you can teleport again!'
Version 4.6
+ Patch for teleporting in the wrong world if another plugin teleports you to a different world before random teleporting
Version 4.5
+ Fixed tab complete bug for /rtp world unable to reach the blacklist config
Version 4.4
+ Nether world Y level range below bedrock applied to all /rtp, /rtp force, /rtp world
Version 4.3
+ Blacklisted worlds no longer show in tab complete for /rtp world, and will deny the teleport for that world.
Version 4.2
+ Lowered nether max height random selection to prevent a chance of landing on the roof
Version 4.1
+ Fixed a random range selection not following the exact minimum y value, in rare cases causing the teleport to be below the desired level.
Version 4.0
+ Set nether Y level max/min from 32 - 118
+ Added config option for invincible while teleporting
You can manually add this option if you do not want to reset the config. Disabled by default without config option.
Code (YAML):
Invincible:
Enabled
: false
Version 3.9
+ Fixed player stuck invincible if quit during rtp process by ensuring it is disabled when joining and leaving
Version 3.8
+ Added +2 Y level offset to overworlds and the end to ensure you are not stuck in the ground.
+ Fixed /rtp force in the overworld only going to Y1
Version 3.7
+ Added config option for a minimum Y level to prevent spawning in caves
Add to existing config
Code (YAML):
OffsetYLevel
: 65.0
Version 3.6
+ Fixed Hex color codes in config messages
+ Minor nether world bug fixes
Version 3.5
+ Fixed location sometimes returning null causing a error
Version 3.4
+ Nether world improvement in safe location finding
+ Performance increase in finding a overall safe location
Version 3.3
+ For /rtp and /rtp force, coordinates will be added or subtracted if the nether location is above or below 120/0
+ Set a netherrack block underneath the player if in the nether and has a chance of falling into lava below
Version 3.2
+ Added command /rtp force - random teleport other players using in game or console command. Usage /rtp force <player> <world>
+ Added in game tab complete
+ New config section for force teleport message
If you do not want to reset your config, add this anywhere
Code (YAML):
Force-Teleport:
Notify-Player-Before:
Enabled
: true
Message
:
"&8[&fRTP&8] &eA admin has force random teleport you!"
Version 3.2
+ Added command /rtp force - random teleport other players using in game or console command. Usage /rtp force <player> <world>
+ Added in game tab complete
+ New config section for force teleport message
If you do not want to reset your config, add this anywhere
Code (YAML):
Force-Teleport:
Notify-Player-Before:
Enabled
: true
Message
:
"&8[&fRTP&8] &eA admin has force random teleport you!"
Version 3.1
+ Pre-load single chunk before teleport
+ Fix 1.19.4 Nether errors
+ Prevent nether RTP on top of bedrock & creates a hole if there is no other safe place in the nether.
Version 3.0
+ 1.19.3 to 1.19.4 Support only
+ Cancel teleport if player moves a full block
Version 2.5
+ Powder snow prevention
+ Cancel teleport if the player has moved within the configured amount of time
New to config
Code (YAML):
# Should the teleport cancel if the player moves
Cancel-On-Move:
Enabled
: false
Seconds
: 5
Message
: '&8
[&fRTP&8
] &cCancelled teleport. You must stay still to teleport!'
Version 2.4
+ Players UUID is hashed for cooldown so the cooldown is not reset when rejoining
Version 2.3
+ Fixed Y axis range to highest ground
+ Included Maximum & Minimum separate coordinates
+ Added XYZ location placeholders
- Removed some unused code & config stuff
Version 2.2
+ Fixed a bug where teleportation times you out
Version 2.1
+ Added liquid protection so players don't spawn in dangerous places.
Version 2.0
+ You can edit the message about not using rtp in a specific world
This update requires a regeneration of the config. You do not need to update if you dont want.
Version 1.9
+ Players spawn below Y 100 which prevents spawning above bedrock in the nether.
(Looking into a fix for players getting stuck in a block sometimes.)
Version 1.8
+ Configure all messages
+ Redesigned config file
+ Fixed reload command to /rtp reload
+ Added message before teleport
+ Added cooldown config
+ Added blindness effect option
+ Added particle types option 1.9+
You must delete your old config for this update to work!
Version 1.6
+ Disable the use of rtp in blacklisted worlds
Delete the old config to generate the new updated config
Version 1.2
+ Set Max Range
+ Aliases /wild
Delete the old config to generate the new updated config
Version 1.1
* Added simple config for customizing messages.
* Added reload command /rtpreload