SimpleRTP |  1.19 - 1.21+ icon

SimpleRTP | 1.19 - 1.21+ -----

Random Teleport Commands + Particles + Configurable




Version 5.4

+ Patching some bugs in the min/max config settings
----------, Dec 4, 2024

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.
----------, Nov 26, 2024

Version 5.2

+ Added permission to deny users from using /rtp - srtp.deny
----------, Nov 10, 2024

Version 5.1

+ Fixed a null error occasionally during cooldowns
----------, Jul 17, 2024

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.
----------, Jul 7, 2024

Version 4.9

+ Added permission to bypass cooldown. "srtp.admin" also allows for admin commands
----------, Jul 6, 2024

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.
----------, Jun 24, 2024

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!'
----------, Jun 24, 2024

Version 4.6

+ Patch for teleporting in the wrong world if another plugin teleports you to a different world before random teleporting
----------, Jun 19, 2024

Version 4.5

+ Fixed tab complete bug for /rtp world unable to reach the blacklist config
----------, Jun 15, 2024

Version 4.4

+ Nether world Y level range below bedrock applied to all /rtp, /rtp force, /rtp world
----------, Jun 13, 2024

Version 4.3

+ Blacklisted worlds no longer show in tab complete for /rtp world, and will deny the teleport for that world.
----------, Jun 13, 2024

Version 4.2

+ Lowered nether max height random selection to prevent a chance of landing on the roof
----------, Jun 1, 2024

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.
----------, May 29, 2024

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
----------, May 25, 2024

Version 3.9

+ Fixed player stuck invincible if quit during rtp process by ensuring it is disabled when joining and leaving
----------, May 24, 2024

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
----------, May 15, 2024

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
----------, May 14, 2024

Version 3.6

+ Fixed Hex color codes in config messages
+ Minor nether world bug fixes
----------, May 10, 2024

Version 3.5

+ Fixed location sometimes returning null causing a error
----------, Apr 9, 2024

Version 3.4

+ Nether world improvement in safe location finding
+ Performance increase in finding a overall safe location

----------, Mar 13, 2024

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
----------, Mar 6, 2024

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!"
----------, Feb 2, 2024

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!"
----------, Feb 2, 2024

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.
----------, Jun 27, 2023

Version 3.0

+ 1.19.3 to 1.19.4 Support only
+ Cancel teleport if player moves a full block
----------, Mar 22, 2023

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!'
----------, Apr 13, 2022

Version 2.4

+ Players UUID is hashed for cooldown so the cooldown is not reset when rejoining
----------, Jul 23, 2021

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
----------, Jul 22, 2021

Version 2.2

+ Fixed a bug where teleportation times you out
----------, Jul 22, 2019

Version 2.1

+ Added liquid protection so players don't spawn in dangerous places.
----------, Jul 20, 2019

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.
----------, Apr 7, 2019

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.)
----------, Mar 25, 2019

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!
----------, Feb 8, 2019

Version 1.6

+ Disable the use of rtp in blacklisted worlds

Delete the old config to generate the new updated config

----------, Nov 20, 2018

Version 1.2

+ Set Max Range
+ Aliases /wild

Delete the old config to generate the new updated config
----------, Nov 6, 2018

Version 1.1

* Added simple config for customizing messages.
* Added reload command /rtpreload
----------, Oct 31, 2018

Resource Information
Author:
----------
Total Downloads: 69,536
First Release: Oct 30, 2018
Last Update: Dec 4, 2024
Category: ---------------
All-Time Rating:
33 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings