-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplugin.yml
53 lines (51 loc) · 1.13 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
44
45
46
47
48
49
50
51
52
53
name: ParticlesUI
main: ParticleGiings\Main
version: 1.0.0
softdepend:
- FormAPI
api: 3.0.0
author: Giings, xSoapers
commands:
pcrownheart:
description: "Particle CrownHeart Command"
permission: p.crownheart
usage: /pcrownheart
plaser:
description: "Particle Laser Command"
permission: p.laser
usage: /plaser
ptornado:
description: "Particle Tornado Command"
permission: p.tornado
usage: /ptornado
psboom:
description: "Particle SonicBoom Command"
permission: p.sboom
usage: /psboom
pdring:
description: "Particle Dring Command"
permission: p.dring
usage: /pdring
pui:
description: "Particle UICommand"
permission: p.ui
usage: /pui
permissions:
p.crownheart:
default: op
description: Particle CrownHeart Command
p.laser:
default: op
description: Particle Laser Command
p.tornado:
default: op
description: Particle Tornado Command
p.sboom:
default: op
description: Particle SonicBoom Command
p.dring:
default: op
description: Particle Dring Command
p.ui:
default: op
description: Particle UI Command