UHC/plugin.yml

34 lines
861 B
YAML
Raw 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
2017-05-28 05:29:22 +00:00
author: Ad5001
2016-06-10 05:19:40 +00:00
version: 1.0
api: [2.0.0, 3.0.0, 3.0.1, 3.1.0, 3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3, 3.0.0-ALPHA4, 3.0.0-ALPHA5]
2016-06-10 05:19:40 +00:00
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
...