-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.yml
34 lines (31 loc) · 1.01 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
name: HyperdrivePE
main: Hyperdrive\Main
version: 0.0.1
api: [3.9.0]
load: POSTWORLD
author: Ztech Network
website: https://github.com/ZtechNetwork/HyperdrivePE
description: A port from RSMV's Java Hyperdrive plugin.
commands:
hypercreate:
description: Creates a hyperdrive mini-game in the specified world.
usage: /hypercreate <world>
permission: hyperdrive.cmd.create
hyperdel:
description: Removes the hyperdrive minigame from the specified world.
usage: /hyperdel <world>
permission: hyperdrive.cmd.delete
hyperleave:
description: Forfeits the player and returns them to the lobby.
usage: /hyperleave
permission: hyperdrive.cmd.leave
permissions:
hyperdrive.cmd.create:
description: "Allows the user to use the hyperdrive create command."
default: op
hyperdrive.cmd.delete:
description: "Allows the user to use the hyperdrive delete command."
default: op
hyperdrive.cmd.leave:
description: "Allows the user to use the hyperdrive leave command."
default: true