2017-03-04 16:44:42 +00:00
|
|
|
---
|
|
|
|
# _ _ _ _ _ _____ _
|
|
|
|
# | | | | (_) | | /\ | | / ____| | |
|
|
|
|
# | |__| | _ __| | ___ / \ _ __ __| | | (___ ___ ___ | | __
|
|
|
|
# | __ | | | / _` | / _ \ / /\ \ | '_ \ / _` | \___ \ / _ \ / _ \ | |/ /
|
|
|
|
# | | | | | | | (_| | | __/ / ____ \ | | | | | (_| | ____) | | __/ | __/ | <
|
|
|
|
# |_| |_| |_| \__,_| \___| /_/ \_\ |_| |_| \__,_| |_____/ \___| \___| |_|\_\
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# The original minigame, free, and better than ever !
|
|
|
|
# @author Ad5001
|
|
|
|
# @link ad5001.eu
|
|
|
|
name: HideAndSeek
|
|
|
|
author: Ad5001
|
|
|
|
version: 1.0
|
2017-03-05 12:43:55 +00:00
|
|
|
api: [3.0.0, 3.0.0-ALPHA3]
|
2017-03-04 16:44:42 +00:00
|
|
|
main: Ad5001\HideAndSeek\Main
|
|
|
|
load: POSTWORLD
|
2017-03-05 12:43:55 +00:00
|
|
|
commands:
|
|
|
|
hideandseek:
|
|
|
|
description: Main HideAndSeek management command
|
|
|
|
usage: /hideandseek <sub command> [parameters]
|
2017-03-05 21:01:59 +00:00
|
|
|
permission: hideandseek.cmd
|
|
|
|
aliases: [hide&seek, h&s]
|
|
|
|
permissions:
|
|
|
|
hideandseek.cmd:
|
|
|
|
default: op
|
|
|
|
description: /hideandseek permission
|
2017-03-04 16:44:42 +00:00
|
|
|
...
|