Minepacks/resources/plugin.yml
2015-04-25 12:52:47 +02:00

66 lines
2.0 KiB
YAML

name: MinePacks
author: GeorgH93
website: http://dev.bukkit.org/bukkit-plugins/minepacks/
main: at.pcgamingfreaks.georgh.MinePacks.MinePacks
description: Minepacks is a backpack plugin with different backpack sizes, multilanguage and MySQL storage support. It is a simple plugin, but still has a lot of functions.
version: ${version}
commands:
backpack:
description: Main command
aliases: bp
usage: /backpack
permissions:
backpack.*:
description: Gives access to the full MinePacks functionality.
children:
backpack: true
backpack.size.6: true
backpack.others: true
backpack.others.edit: true
backpack.KeepOnDeath: true
backpack.clean: true
backpack.clean.other: true
backpack.use:
description: Allows a player to open the backpack.
children:
backpack: true
backpack:
description: Allows a player to open the backpack.
default: false
backpack.size.1:
description: Mini size for a backpack, if the player has backpack permission he will also have at least a backpack with the size 1.
default: false
backpack.size.2:
description: 2*9 backpack
default: false
backpack.size.3:
description: 3*9 backpack
default: false
backpack.size.4:
description: 4*9 backpack
default: false
backpack.size.5:
description: 5*9 backpack
default: false
backpack.size.6:
description: 6*9 backpack
default: false
backpack.clean:
description: Allows the player to clean their own backpack.
default: false
backpack.clean.other:
description: Allows the player to clean other players backpacks.
default: op
children:
backpack.clean: true
backpack.others:
description: Allows the player open backpacks of other players.
default: op
backpack.others.edit:
description: Allows the player to edit backpacks of other players.
default: op
children:
backpack.others: true
backpack.KeepOnDeath:
description: Allows the player to keep their items in their backpack on death.
defautl: op