2014-08-02 18:06:45 +02:00
name : MinePacks
author : GeorgH93
website : http://dev.bukkit.org/bukkit-plugins/minepacks/
2015-09-25 00:42:25 +02:00
main : at.pcgamingfreaks.MinePacks.MinePacks
2015-04-25 12:52:47 +02:00
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.
2016-10-02 14:10:52 +02:00
version : ${project.version}
2014-08-02 18:06:45 +02:00
commands :
2015-04-11 22:08:14 +02:00
backpack :
description : Main command
aliases : bp
usage : /backpack
2014-08-02 18:06:45 +02:00
permissions :
backpack.* :
2015-04-25 12:52:47 +02:00
description : Gives access to the full MinePacks functionality.
2014-08-02 18:06:45 +02:00
children :
backpack : true
backpack.size.6 : true
backpack.others : true
backpack.others.edit : true
backpack.KeepOnDeath : true
backpack.clean : true
backpack.clean.other : true
2015-05-13 19:05:46 +02:00
backpack.noCooldown : true
2016-03-16 01:56:20 +01:00
backpack.fullpickup : true
2015-04-25 12:52:47 +02:00
backpack.use :
description : Allows a player to open the backpack.
children :
backpack : true
2014-08-02 18:06:45 +02:00
backpack :
2015-04-25 12:52:47 +02:00
description : Allows a player to open the backpack.
2014-08-02 18:06:45 +02:00
default : false
backpack.size.1 :
2015-04-25 12:52:47 +02:00
description : Mini size for a backpack, if the player has backpack permission he will also have at least a backpack with the size 1.
2014-08-02 18:06:45 +02:00
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
2015-09-12 18:17:41 +02:00
backpack.size.7 :
description : 7 *9 backpack (broken gui)
default : false
backpack.size.8 :
description : 8 *9 backpack (broken gui)
default : false
backpack.size.9 :
description : 9 *9 backpack (broken gui)
default : false
2014-08-02 18:06:45 +02:00
backpack.clean :
2015-04-25 12:52:47 +02:00
description : Allows the player to clean their own backpack.
2014-08-02 18:06:45 +02:00
default : false
2015-09-12 18:17:41 +02:00
backpack.fullpickup :
desctiption : Allows the player to automatically pick up items when their inventory is full (function needs to be enabled in the config)
defaut : true
2014-08-02 18:06:45 +02:00
backpack.clean.other :
2015-04-25 12:52:47 +02:00
description : Allows the player to clean other players backpacks.
2014-08-02 18:06:45 +02:00
default : op
children :
backpack.clean : true
backpack.others :
2015-04-25 12:52:47 +02:00
description : Allows the player open backpacks of other players.
2014-08-02 18:06:45 +02:00
default : op
backpack.others.edit :
2015-04-25 12:52:47 +02:00
description : Allows the player to edit backpacks of other players.
2014-08-02 18:06:45 +02:00
default : op
children :
backpack.others : true
backpack.KeepOnDeath :
2015-04-25 12:52:47 +02:00
description : Allows the player to keep their items in their backpack on death.
2015-05-13 19:05:46 +02:00
default : op
backpack.noCooldown :
description : Allows to bypass the cooldown to open the backpack.
default : op