UHC/plugin.yml

33 lines
769 B
YAML
Raw Permalink Normal View History

2016-06-10 05:19:40 +00:00
# _ _ _ _ _____
# | | | | | | |/ ____|
# | | | | |__| | |
# | | | | __ | |
# | |__| | | | | |____
# \____/|_| |_|\_____|
# The most customisable UHC plugin for Minecraft PE !
2016-08-20 05:15:03 +00:00
---
2016-06-10 05:19:40 +00:00
name: UHC
author: Ad5001
version: 1.0
api: [2.0.0]
main: Ad5001\UHC\Main
commands:
uhc:
description: Main UHC command
2016-08-20 12:44:28 +00:00
usage: "/uhc <sub-command> [params]"
2016-06-10 05:19:40 +00:00
permission: uhc.command.main
2016-08-20 12:44:28 +00:00
scenarios:
description: Manage UHC scenarios
usage: "/scenarios [add | remove | list] [scenario]"
permission: uhc.command.scenarios
aliases: [scs]
2016-06-10 05:19:40 +00:00
permissions:
uhc.command.main:
default: true
uhc.command.start&stop:
2016-06-10 05:19:40 +00:00
default: op
uhc.command.scenarios:
default: true
uhc.scenarios.modify:
default: op
2016-06-10 05:19:40 +00:00
...