forked from kierdavis/UltraCommand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
22 lines (22 loc) · 780 Bytes
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: UltraCommand
version: 1.1.1
authors: [rmellis, Kier Davis]
main: com.kierdavis.ultracommand.UltraCommand
description: UltraCommand allows minecraft server admins to define unlimited custom commands.
load: STARTUP
website: https://github.com/rmellis/UltraCommand
loadbefore: [Essentials, CMI, Skript]
commands:
uc:
description: UltraCommand
ultracommand:
description: UltraCommand
permissions:
ultracommand.configure:
description: Gives access to the /uc and /ultracommand commands.
default: op
ultracommand.commands.*:
description: Gives access to all custom commands defined with this plugin.
default: op
ultracommand.commands.<name>:
description: Gives access to the custom command named <name>.