-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yml
More file actions
41 lines (36 loc) · 1.12 KB
/
plugin.yml
File metadata and controls
41 lines (36 loc) · 1.12 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
name: HungerPE
main: CyberTech\Main
version: 0.0.0.1
api: 1.0.0
commands:
hg:
description: "Base HungerPE Command"
usage: "/hg"
permission: HungerPE.Base
permissions:
HungerPE:
default: op
description: "Allows using all the HungerPE Commnads"
childern:
HungerPE.Player:
description: "Is Player In HungerPE"
childern:
HungerPE.Player.InArena:
description: "Player is in an arena"
children:
HungerPE.Player.InArena.Alive:
description: "Alive In Arena"
HungerPE.Player.InArena.Dead:
description: "Ran Out Of Lives In Arena"
HungerPE.Player.Queuing:
description: "Waiting For Arena To Start"
HungerPE.OP:
description: "Are OP of Arena"
default: op
childern:
HungerPE.OP.Start:
descritpion: "Starts Arena"
default: op
HungerPE.OP.Stop:
descritpion: "Stop Arena"
default: op