-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
73 lines (73 loc) · 2.22 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: sWarp
author: Smiley43210
main: com.github.ssuite.swarp.Main
version: 1.1.1
depend: [sLib]
commands:
swarp:
description: Main sWarp command.
usage: /<command>
permissions:
swarp.reload:
description: Allows player to reload the configuration files.
default: op
swarp.list:
description: Allows player to list the warps.
default: true
swarp.create:
description: Allows player to create warps.
default: true
swarp.remove:
description: Allows player to remove own warps.
default: true
swarp.remove.all:
description: Allows player to remove own warps and warps other players created.
children:
swarp.remove: true
default: op
swarp.invite:
description: Allows player to invite players to own warps.
default: true
swarp.invite.all:
description: Allows player to invite players to own warps and warps other players created.
children:
swarp.invite: true
default: op
swarp.modify:
description: Allows player to modify own warps.
default: true
swarp.modify.all:
description: Allows player to modify own warps and warps other players created.
default: op
swarp.go:
description: Allows player to teleport to own warps in the world that player is currently in.
default: op
swarp.go.all:
description: Allows player to teleport to own warps and warps other players created even if uninvited.
children:
swarp.go: true
default: op
swarp.go.cross-world:
description: Allows player to teleport to warps in any world.
children:
swarp.go: true
default: op
swarp.point:
description: Allows player to use the compass to point to own warps.
default: true
swarp.point.all:
description: Allows player to use the compass to point to own warps and warps other players created even if uninvited.
children:
swarp.point: true
default: op
swarp.info:
description: Allows player to view information about warps.
default: true
swarp.player:
description: Allows player to make requests to use the compass to track players.
default: true
swarp.player.silent:
description: Allows players to track players without making requests.
children:
swarp.player: true
default: op