-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.yml
35 lines (35 loc) · 1.1 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: TweakWarp
main: com.guntherdw.bukkit.TweakWarp.TweakWarp
version: 3.5
authors:
- GuntherDW
- Meaglin
commands:
warp:
description: Warps you to a specific place
usage: /<command> [name] <warpgroup>
_permission: tweakwarp.warp
setwarp:
description: Creates a new warp
usage: /<command> [name] <warpgroup> <accessgroup>
_permission: tweakwarp.setwarp
removewarp:
description: Removes a warp
usage: /<command> [name] <warpgroup>
_permission: tweakwarp.removewarp
listwarps:
description: Lists the current warps
usage: /<command> <warpgroup>
reloadwarps:
description: Reloads the warp table
usage: /<command>
_permission: tweakwarp.reloadwarps
warpback:
description: Toggle warp saving for tpback
usage: /<command>
_permission: tweakcraftutils.tpback
regroupwarp:
description: Moves warp from group to group
usage: /<command> [name] [new warpgroup]
aliases: [ 'movewarp', 'mvwarp', 'mvw' ]
_permission: tweakwarp.regroupwarp