Skip to content

Commit b51ee3b

Browse files
authored
Create plugin.yml
1 parent 816bf59 commit b51ee3b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/main/java/resources/plugin.yml

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

0 commit comments

Comments
 (0)