Guest User

Untitled

a guest
Mar 11th, 2023
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. # Permissions:
  2. # --> rtp.use (If the player can uses /RTP)
  3. # --> rtp.bypass (Permission for Admin)
  4. # --> rtp.cooldown (No more reload time for the player control)
  5. # --> rtp.delay (Pass the delay for the teleportation, TP Instant)
  6. # --> rtp.tp.others (Tp a player you need have the Permission [rtp.use] )
  7. # --> rtp.reload (Reload the configuration of plugin)
  8. # --> rtp.tpprotection (Tp in a Safe Zone. You can choose in the config per default !)
  9.  
  10. tpmessage: "&aYou were randomly teleported !"
  11. cantusemessage: "&cYou can't use that command for another $secondsLeft$ seconds!"
  12. cancelmessage: "&cTeleportation cancelled because you moved."
  13. permissionmessage: "&cYou are not allowed to do this."
  14. mustintegermessage: "&cThe value must be an integer !"
  15. setmessage: "&aThe RandomTeleport area has been set in a $value$ * $value$ square around you !"
  16. reloadmessage: "&7Configuration reloaded !"
  17. usagesetmessage: "&cUsage : /rtp set [Integer]"
  18. usagetpprotectionmessage: "&cUsage : /rtp tpprotection [True|False]"
  19. usagecooldownmessage: "&cUsage : /rtp cooldown [Integer]"
  20. usagedelaymessage: "&cUsage : /rtp delay [Integer]"
  21. cooldownsetmessage: "&aThe new teleportation cooldown has been set !"
  22. delaysetmessage: "&aThe new teleportation delay has been set !"
  23. delaystartmessage: "&aThe teleportation will start in $delay$ seconds. Don't move at all !"
  24.  
  25. notonlinemessage: "&cError : That player isn't online !"
  26. doesntexistsmessage: "&cError : That world doesn't exists !"
  27. notfoundmessage: "&cError : Teleport location was not found."
  28.  
  29. rtphelpmessage: "&c/rtp - /wild - /wilderness : &aTeleports in a random location"
  30. rtpothershelpmessage: "&c/rtp [player] [world] <biome> : &aTeleports someone into asked world."
  31. sethelpmessage: "&c/rtp set [size(Integer)] : &aSet the size of the teleportation area around you."
  32. cooldownhelpmessage: "&c/rtp cooldown [time(seconds)(integer)] : &aSet teleportation command cooldown."
  33. reloadhelpmessage: "&c/rtp reload : &aReloads the configuration file."
  34. tpprotectionhelpmessage: "&c/rtp tpprotection [True|False] : &aAllows players to be teleported in protected areas. If True, they will never be teleported into a protected area."
  35. delayhelpmessage: "&c/rtp delay [seconds] : &aSet the delay before teleporting the player."
  36.  
  37. cooldown: 10 #Command cooldown time before the player can do a random teleportation again
  38. delay: 60 #Time before the teleportation
  39. tpprotection: true
  40.  
Advertisement
Add Comment
Please, Sign In to add comment