craftinc-gates/plugin.yml

31 lines
914 B
YAML
Raw Normal View History

name: ${project.name}
version: ${project.version}
2012-05-12 15:15:02 +02:00
description: A plugin to create gates for fast traveling.
softdepend: [Vault]
2013-02-20 14:37:45 +01:00
author: tomco, s1m0ne
2012-05-12 15:15:02 +02:00
authors: [oloflarsson, locutus, DrAgonmoray, s1m0ne, tomco]
website: http://dev.bukkit.org/bukkit-plugins/craftinc-gates/
2012-05-12 15:15:02 +02:00
main: de.craftinc.gates.Plugin
2012-05-12 15:15:02 +02:00
database: false
commands:
gate:
description: All of the Craft Inc. Gates commands
2012-05-12 15:15:02 +02:00
usage: See documentation or type '/gate help' while playing.
permissions:
craftincgates.*:
description: Gives access to all Craft Inc. Gates commands.
2012-05-12 15:15:02 +02:00
children:
craftincgates.info: true
craftincgates.use: true
craftincgates.manage: true
craftincgates.info:
2012-05-12 15:15:02 +02:00
description: Gives access to info and list commands.
craftincgates.use:
2013-02-09 21:01:31 +01:00
default: true
2012-05-12 15:15:02 +02:00
description: Allows you to use open gates.
craftincgates.manage:
description: Gives access to commands manipulating gates.