This repository has been archived by the owner on Aug 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.yml
76 lines (68 loc) · 1.74 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: HyPrimeCore
main: HyPrimeCore\CoreMain
version: "1.1-REV#202-653-918e"
api: [3.0.0+ALPHA13]
author: ["larryTheCoder"]
softdepends: ['PocketVote']
depends: ['SkyWarsForPE', 'EconomyAPI']
commands:
core:
description: "The core command of this plugin."
default: true
cloak:
description: "The main cloak particle command"
default: true
fly:
description: "Ability to fly on air"
default: true
permission: "ability.fly"
about:
description: "Whats up with our server"
default: true
setupinterface:
description: "Setup the button interface"
default: op
permission: "admin.setup"
showops:
description: "Show the list of operators"
default: op
permission: "admin.command"
setblock:
description: "Set a temporary show block"
default: op
permission: "admin.command"
trampoline:
description: "A trampoline gadget"
default: op
permission: "core.gadget.trampoline"
permissions:
admin.command:
description: "Allow to use commands for admin only"
default: op
admin.setup:
description: "Setup button interface"
default: op
ability.fly:
description: "Ability to fly on air"
default: op
core.cloak.firerings:
desription: "Firerings particle for all"
default: op
core.cloak.firewings:
desription: "Firewings particle for all"
default: op
core.cloak.frosty:
desription: "Frosty particle for all"
default: op
core.cloak.scanner:
desription: "Scanner particle for all"
default: op
core.cloak.shaman:
desription: "Shaman particle for all"
default: op
core.cloak.superhero:
desription: "Superhero particle for all"
default: op
core.gadget.trampoline:
description: "Gadget trampoline!"
default: op