-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
130 lines (128 loc) · 3.18 KB
/
plugin.yml
File metadata and controls
130 lines (128 loc) · 3.18 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
name: VMCEssentials
version: 1.0.0
api-version: 1.15
author: Twijn
main: net.valoranmc.essentials.VMCEssentials
commands:
fly:
permission: vmce.fly
usage: /<command>
nick:
permission: vmce.nick
usage: /<command> [Player] <Nickname>
tpo:
permission: vmce.tpo
usage: /<command> <Player>
tpohere:
permission: vmce.tpohere
usage: /<command> <Player>
tpa:
default: vmce.tpa
usage: /<command> <Player>
tpahere:
default: vmce.tpahere
usage: /<command> <Player>
tpaccept:
default: vmce.tpaccept
usage: /<command> <Player>
tpdeny:
default: vmce.tpdeny
usage: /<command>
gamemode:
permission: vmce.gamemode.command
usage: /<command> [Player] <Gamemode>
gma:
permission: vmce.gamemode.adventure
usage: /<command>
gmc:
permission: vmce.gamemode.creative
usage: /<command>
gms:
permission: vmce.gamemode.survival
usage: /<command>
gmsp:
permission: vmce.gamemode.spectator
usage: /<command>
feed:
permission: vmce.feed
usage: /<command> [Player]
heal:
permission: vmce.heal
usage: /<command> [Player]
permissions:
vmce.fly:
default: op
description: Permission to use /fly
vmce.fly.others:
default: op
description: Permission to use /fly on others
vmce.nick:
default: op
description: Permission to use /nick
vmce.nick.others:
default: op
description: Permission to use /nick on others
vmce.tpo:
default: op
description: Permission to use /tpo
vmce.tpohere:
default: op
description: Permission to use /tpohere
vmce.tpa:
default: true
description: Permission to use /tpa
vmce.tpahere:
default: true
description: Permission to use /tpahere
vmce.tpaccept:
default: true
description: Permission to use /tpaccept
vmce.tpdeny:
default: true
description: Permission to use /tpdeny
vmce.gamemode.*:
description: Gives permission to all Gamemode related commands
children:
vmce.gamemode.command: true
vmce.gamemode.adventure: true
vmce.gamemode.creative: true
vmce.gamemode.survival: true
vmce.gamemode.spectator: true
vmce.gamemode.command:
description: Permission to use /gamemode
default: op
vmce.gamemode.command.others:
description: Permission to use /gamemode on others
default: op
vmce.gamemode.adventure:
description: Gives permission to enter adventure mode
default: op
children:
vmce.gamemode.command: true
vmce.gamemode.creative:
description: Gives permission to enter creative mode
default: op
children:
vmce.gamemode.command: true
vmce.gamemode.survival:
description: Gives permission to enter survival mode
default: op
children:
vmce.gamemode.command: true
vmce.gamemode.spectator:
description: Gives permission to enter spectator mode
default: op
children:
vmce.gamemode.command: true
vmce.feed:
description: Permission to /feed
default: op
vmce.feed.others:
description: Permission to /feed others
default: op
vmce.heal:
description: Permission to /heal
default: op
vmce.heal.others:
description: Permission to /heal others
default: op