plugin.yml update
This commit is contained in:
parent
df6a49ce2c
commit
13e4d3608c
@ -1,7 +0,0 @@
|
|||||||
name: AncientGates
|
|
||||||
version: 1.1.1
|
|
||||||
main: org.mcteam.ancientgates.Plugin
|
|
||||||
commands:
|
|
||||||
gate:
|
|
||||||
description: All of the AncientGates commands
|
|
||||||
usage: See documentation.
|
|
@ -1,7 +1,32 @@
|
|||||||
name: AncientGates
|
name: AncientGates
|
||||||
version: 1.1.1
|
version: 1.1.1
|
||||||
|
description: A plugin to create gates for fast traveling.
|
||||||
|
author: tomco
|
||||||
|
authors: [oloflarsson, locutus, DrAgonmoray, s1m0ne, tomco]
|
||||||
|
website: http://www.craftinc.de/blog/?p=255
|
||||||
|
|
||||||
main: org.mcteam.ancientgates.Plugin
|
main: org.mcteam.ancientgates.Plugin
|
||||||
|
database: false
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
gate:
|
gate:
|
||||||
description: All of the AncientGates commands
|
description: All of the AncientGates commands
|
||||||
usage: See documentation.
|
usage: See documentation or type '/gate help' while playing.
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
ancientgates.*:
|
||||||
|
description: Gives access to all ancient gates commands and lets you use open gates.
|
||||||
|
default: op
|
||||||
|
children:
|
||||||
|
ancientgates.info: true
|
||||||
|
ancientgates.use: true
|
||||||
|
ancientgates.manage: true
|
||||||
|
ancientgates.info:
|
||||||
|
description: Gives access to info and list commands.
|
||||||
|
ancientgates.use:
|
||||||
|
description: Allows you to use open gates.
|
||||||
|
default: true
|
||||||
|
acientgates.manage:
|
||||||
|
description: Gives access to commands manipulating gates.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user