forked from brokiem/SimpleLay
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
43 lines (41 loc) · 1.17 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
name: SimpleLay
main: brokiem\simplelay\SimpleLay
version: 4.0.0
api: [ 5.3.0 ]
author: brokiem
commands:
simplelay:
description: "SimpleLay plugin credits and command list"
permission: simplelay.simplelay
lay:
description: "lay on a block"
permission: simplelay.lay
usage: /lay
sit:
description: "sit on a block"
permission: simplelay.sit
usage: /sit
sittoggle:
description: "toggle sit when tapping block"
permission: simplelay.sittoggle
usage: /sittoggle
skick:
description: "kick the player from a sitting or laying location"
permission: simplelay.skick
usage: /skick <player>
permissions:
simplelay.simplelay:
default: true
description: "simplelay command permission"
simplelay.lay:
default: true
description: "permission to allow the use of lay command"
simplelay.sit:
default: true
description: "permission to allow the use of sit command"
simplelay.sittoggle:
default: true
description: "permission to allow the use of sittoggle command"
simplelay.skick:
default: op
description: "permission to allow the use of skick command"