Skip to content

Commit 4422510

Browse files
authored
Create plugin.yml
1 parent 4f04a87 commit 4422510

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

plugin.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
commands:
2+
bypassturn:
3+
description: Bypass turn (for ops)
4+
usage: /bypassturn
5+
permission-message: no.
6+
permission: collabcraft.admin
7+
taketurn:
8+
description: Take turn
9+
usage: /taketurn
10+
permission-message: no.
11+
permission: collabcraft.standard
12+
endturn:
13+
description: End turn
14+
usage: /endturn
15+
permission-message: no.
16+
permission: collabcraft.standard
17+
controllertp:
18+
description: Teleport to the player that is controlling
19+
usage: /controllertp
20+
permission-message: no.
21+
permission: collabcraft.standard
22+
permissions:
23+
collabcraft.admin:
24+
description: Commands limited to op
25+
default: op
26+
collabcraft.standard:
27+
description: Commands for basic users
28+
default: not op

0 commit comments

Comments
 (0)