RTP - Geilokowski/GeiloUtils GitHub Wiki

RTP

/rtp enables player to teleport themself to a random spot on the map. It checks if the Block they land on is a save Block or not. It also prevents them from teleporting in the air.

The in game syntax is: /rtp

There are 3 configurable settings in the config.json file:

  1. enabled - enables or disables the RTP module (this is useful if you are running a Skyblock world)
  2. radius - the radius they can teleport themself to (example: radius:1000 would let them teleport from x:-1000 to x:1000 and y:-1000 to y:1000 )
  3. minY - The minimum Y coordinate the player can teleport to (example: minY:60 wouldn't teleport players under Y level 60)
  4. maxY - The maximumY coordinate the player can teleport to (chnage this if you are running amplified for example)