-
Notifications
You must be signed in to change notification settings - Fork 1
RTP
Geilokowski edited this page Nov 25, 2018
·
1 revision
/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:
- enabled - enables or disables the RTP module (this is useful if you are running a Skyblock world)
- 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 )
- minY - The minimum Y coordinate the player can teleport to (example: minY:60 wouldn't teleport players under Y level 60)
- maxY - The maximumY coordinate the player can teleport to (chnage this if you are running amplified for example)