-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
114 lines (110 loc) · 4.16 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
name: HubMagic
version: 5.8
author: ArcheryIsKey
main: me.Archery.hubmagic.HubMagic
description: A plugin with fun tools for hubs.
api-version: 1.16
commands:
particlegun:
usage: /<command>
description: Give yourself (or another player) a Particle Gun.
teleportgun:
usage: /<command>
description: Give yourself (or another player) a Teleport Gun.
speedstick:
usage: /<command>
description: Give yourself (or another player) a Speed Stick.
hubmagic:
usage: /<command>
description: Shows the HubMagic help page.
invisibilityclock:
usage: /<command>
description: Give yourself (or another player) an Invisibility Clock.
walkingparticles:
usage: /<command>
description: Enable or disable Walking Particles for yourself!
hatselector:
usage: /<command>
description: Give yourself (or another player) a Hat Selector.
wardrobe:
usage: /<command>
description: Give yourself (or another player) the Wardrobe Selector.
flyingwings:
usage: /<command>
description: Give yourself (or another player) Flying Wings.
permissions:
hubmagic.*:
description: All HubMagic commands and tools.
children:
hubmagic.all: true
hubmagic.all:
description: All HubMagic commands and tools.
children:
hubmagic.particlegun.use: true
hubmagic.teleportgun.use: true
hubmagic.speedstick.use: true
hubmagic.help: true
hubmagic.invisibilityclock.use: true
hubmagic.walkingparticles.use: true
hubmagic.hatselector.use: true
hubmagic.wardrobe.use: true
hubmagic.flyingwings.use: true
hubmagic.particlegun.give: true
hubmagic.teleportgun.give: true
hubmagic.speedstick.give: true
hubmagic.invisibilityclock.give: true
hubmagic.hatselector.give: true
hubmagic.wardrobe.give: true
hubmagic.flyingwings.give: true
hubmagic.inventorymove.bypass: true
hubmagic.antichat.bypass: true
hubmagic.antidrop.bypass: true
hubmagic.antigrab.bypass: true
hubmagic.antiplace.bypass: true
hubmagic.adventurejoin.bypass: true
hubmagic.invclear.bypass: true
hubmagic.joinfirework.use: true
hubmagic.particlegun.use:
description: Use and spawn with the Particle Gun.
hubmagic.teleportgun.use:
description: Use and spawn with the Teleport Gun.
hubmagic.speedstick.use:
description: Use and spawn with the Speed Stick.
hubmagic.invisibilityclock.use:
description: Use and spawn with the Invisiblity Clock.
hubmagic.walkingparticles.use:
description: Use the walking particles.
hubmagic.hatselector.use:
description: Use and spawn with the Hat Selector.
hubmagic.wardrobe.use:
description: Use and spawn with the Wardrobe Selector.
hubmagic.flyingwings.use:
description: Use and spawn with the Flying Wings.
hubmagic.help:
description: Shows the HubMagic help page.
hubmagic.particlegun.give:
description: Give yourself (or another player) a Particle Gun.
hubmagic.teleportgun.give:
description: Give yourself (or another player) a Teleport Gun.
hubmagic.speedstick.give:
description: Give yourself (or another player) a Speed Stick.
hubmagic.invisibilityclock.give:
description: Give yourself (or another player) an Invisibility Clock.
hubmagic.hatselector.give:
description: Give yourself (or another player) a Hat Selector.
hubmagic.wardrobe.give:
description: Give yourself (or another player) the Wardrobe Selector.
hubmagic.inventorymove.bypass:
description: Bypass the inventory lock, allowing you to move your items around.
hubmagic.antichat.bypass:
description: Bypass the chat lock, allowing you to chat.
hubmagic.antidrop.bypass:
description: Bypass the item drop lock, allowing you to drop items.
hubmagic.antigrab.bypass:
description: Bypass the pickup lock, allowing you to pickup items.
hubmagic.antiplace.bypass:
description: Bypass the block place lock, allowing you to place blocks.
hubmagic.invclear.bypass:
description: Bypass the inventory clear, so your inventory doesn't clear when you join.
hubmagic.adventurejoin.bypass:
description: Don't get forced into adventure mode when you join.