mirror of
https://github.com/Phoenix616/RandomTeleport.git
synced 2024-11-23 02:55:47 +01:00
39 lines
1.9 KiB
YAML
39 lines
1.9 KiB
YAML
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: |
|
|
/<command> <minRange> <maxRange> [-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 <playername> - teleports other players
|
|
> -w,-world <worldname> - teleports the player in a specific world
|
|
> -x,-xPos <x value> - x axis of the center point, if not set the player's x axis is used
|
|
> -z,-zPos <z value> - z axis of the center point, if not set the player's z axis is used
|
|
> -c, -cooldown <seconds> - 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
|
|
/<command> 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 |