name: RandomTeleport main: de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport softdepend: [WorldGuard,Factions] version: 1.5.0 description: provides a command to teleport the player to a random save location author: Phoenix616 website: http://dev.bukkit.org/bukkit-plugins/randomteleport/ commands: randomteleport: aliases: [randomtp, rtp] description: RandomTeleport command. usage: | / [-p, -w, -x, -z, -c, -f] minRange - minimum distance to the center point (square shaped) maxRange - maximum distance to the center point (square shaped) Options: > -p,-player - teleports other players > -w,-world - teleports the player in a specific world > -x,-xPos - x axis of the center point, if not set the player's x axis is used > -z,-zPos - z axis of the center point, if not set the player's z axis is used > -c, -cooldown - cooldown in seconds after which the player can use this teleporter again > -f,-force - teleport even if there is no dirt/grass/sand/gravel, only checks for lava/water/cactus, ignores WorldGuard/Faction regions / stat - shows a statistic of the teleports since the last restart permissions: randomteleport.use: description: Gives permission to the command default: op randomteleport.tpothers: description: Gives permission to teleport other players default: op randomteleport.cooldownexempt: description: Teleportcooldown does not effect these players default: op randomteleport.stat: description: Permission for showing the teleport statistic default: op randomteleport.presets.default: description: Gives permission to use the default random teleport default: op