-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugin.yml
More file actions
32 lines (30 loc) · 881 Bytes
/
plugin.yml
File metadata and controls
32 lines (30 loc) · 881 Bytes
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
name: ExamplePlugin
main: ./src/main.ts
commands:
gmsp:
description: Set your gamemode to spectator
permission: exampleplugin.gmsp
gms:
description: Set your gamemode to survival
permission: exampleplugin.gms
gmc:
description: Set your gamemode to creative
permission: exampleplugin.gmc
stairs:
kit:
description: Get a kit of diamond gear
invsee:
description: View the inventory of another player
nether:
description: Teleport to the nether
permissions:
exampleplugin.*:
description: Gives access to all ExamplePlugin commands
default: op
children:
exampleplugin.gmsp:
description: Allows the player to use the /gmsp command
exampleplugin.gms:
description: Allows the player to use the /gms command
exampleplugin.gmc:
description: Allows the player to use the /gmc command