Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Permissions:
- # --> rtp.use (If the player can uses /RTP)
- # --> rtp.bypass (Permission for Admin)
- # --> rtp.cooldown (No more reload time for the player control)
- # --> rtp.delay (Pass the delay for the teleportation, TP Instant)
- # --> rtp.tp.others (Tp a player you need have the Permission [rtp.use] )
- # --> rtp.reload (Reload the configuration of plugin)
- # --> rtp.tpprotection (Tp in a Safe Zone. You can choose in the config per default !)
- tpmessage: "&aYou were randomly teleported !"
- cantusemessage: "&cYou can't use that command for another $secondsLeft$ seconds!"
- cancelmessage: "&cTeleportation cancelled because you moved."
- permissionmessage: "&cYou are not allowed to do this."
- mustintegermessage: "&cThe value must be an integer !"
- setmessage: "&aThe RandomTeleport area has been set in a $value$ * $value$ square around you !"
- reloadmessage: "&7Configuration reloaded !"
- usagesetmessage: "&cUsage : /rtp set [Integer]"
- usagetpprotectionmessage: "&cUsage : /rtp tpprotection [True|False]"
- usagecooldownmessage: "&cUsage : /rtp cooldown [Integer]"
- usagedelaymessage: "&cUsage : /rtp delay [Integer]"
- cooldownsetmessage: "&aThe new teleportation cooldown has been set !"
- delaysetmessage: "&aThe new teleportation delay has been set !"
- delaystartmessage: "&aThe teleportation will start in $delay$ seconds. Don't move at all !"
- notonlinemessage: "&cError : That player isn't online !"
- doesntexistsmessage: "&cError : That world doesn't exists !"
- notfoundmessage: "&cError : Teleport location was not found."
- rtphelpmessage: "&c/rtp - /wild - /wilderness : &aTeleports in a random location"
- rtpothershelpmessage: "&c/rtp [player] [world] <biome> : &aTeleports someone into asked world."
- sethelpmessage: "&c/rtp set [size(Integer)] : &aSet the size of the teleportation area around you."
- cooldownhelpmessage: "&c/rtp cooldown [time(seconds)(integer)] : &aSet teleportation command cooldown."
- reloadhelpmessage: "&c/rtp reload : &aReloads the configuration file."
- 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."
- delayhelpmessage: "&c/rtp delay [seconds] : &aSet the delay before teleporting the player."
- cooldown: 10 #Command cooldown time before the player can do a random teleportation again
- delay: 60 #Time before the teleportation
- tpprotection: true
Advertisement
Add Comment
Please, Sign In to add comment