-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathplugin.yml
More file actions
33 lines (33 loc) · 769 Bytes
/
Copy pathplugin.yml
File metadata and controls
33 lines (33 loc) · 769 Bytes
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
# _ _ _ _ _____
# | | | | | | |/ ____|
# | | | | |__| | |
# | | | | __ | |
# | |__| | | | | |____
# \____/|_| |_|\_____|
# The most customisable UHC plugin for Minecraft PE !
---
name: UHC
author: Ad5001
version: 1.0
api: [2.0.0]
main: Ad5001\UHC\Main
commands:
uhc:
description: Main UHC command
usage: "/uhc <sub-command> [params]"
permission: uhc.command.main
scenarios:
description: Manage UHC scenarios
usage: "/scenarios [add | remove | list] [scenario]"
permission: uhc.command.scenarios
aliases: [scs]
permissions:
uhc.command.main:
default: true
uhc.command.start&stop:
default: op
uhc.command.scenarios:
default: true
uhc.scenarios.modify:
default: op
...