From c92bdb32d195732fe1b6d7bd8c134fe2ffeaee19 Mon Sep 17 00:00:00 2001 From: Max Lee Date: Fri, 25 Apr 2014 00:05:31 +0200 Subject: [PATCH] First git test --- RandomTeleport v1.0/plugin.yml | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 RandomTeleport v1.0/plugin.yml diff --git a/RandomTeleport v1.0/plugin.yml b/RandomTeleport v1.0/plugin.yml new file mode 100644 index 0000000..f4dd03b --- /dev/null +++ b/RandomTeleport v1.0/plugin.yml @@ -0,0 +1,38 @@ +name: RandomTeleport +main: de.themoep.bukkit.plugin.RandomTeleport.RandomTeleport +softdepend: [WorldGuard,Factions] +version: 1.4.9 de git +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 + permission: randomteleport.use + permission-message: You don't have the permission +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 \ No newline at end of file