mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-15 10:55:20 +01:00
update descriptions
This commit is contained in:
parent
dcaaec559e
commit
c79c262db1
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>at.pcgamingfreaks</groupId>
|
<groupId>at.pcgamingfreaks</groupId>
|
||||||
<artifactId>MinePacks</artifactId>
|
<artifactId>MinePacks</artifactId>
|
||||||
<version>1.7.1</version>
|
<version>1.7.2</version>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>in-project</id>
|
<id>in-project</id>
|
||||||
|
@ -2,6 +2,7 @@ name: MinePacks
|
|||||||
author: GeorgH93
|
author: GeorgH93
|
||||||
website: http://dev.bukkit.org/bukkit-plugins/minepacks/
|
website: http://dev.bukkit.org/bukkit-plugins/minepacks/
|
||||||
main: at.pcgamingfreaks.georgh.MinePacks.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}
|
version: ${version}
|
||||||
commands:
|
commands:
|
||||||
backpack:
|
backpack:
|
||||||
@ -10,7 +11,7 @@ commands:
|
|||||||
usage: /backpack
|
usage: /backpack
|
||||||
permissions:
|
permissions:
|
||||||
backpack.*:
|
backpack.*:
|
||||||
description: Gives acces to the full MinePacks functionality
|
description: Gives access to the full MinePacks functionality.
|
||||||
children:
|
children:
|
||||||
backpack: true
|
backpack: true
|
||||||
backpack.size.6: true
|
backpack.size.6: true
|
||||||
@ -19,11 +20,15 @@ permissions:
|
|||||||
backpack.KeepOnDeath: true
|
backpack.KeepOnDeath: true
|
||||||
backpack.clean: true
|
backpack.clean: true
|
||||||
backpack.clean.other: true
|
backpack.clean.other: true
|
||||||
|
backpack.use:
|
||||||
|
description: Allows a player to open the backpack.
|
||||||
|
children:
|
||||||
|
backpack: true
|
||||||
backpack:
|
backpack:
|
||||||
description: Allows to open the backback
|
description: Allows a player to open the backpack.
|
||||||
default: false
|
default: false
|
||||||
backpack.size.1:
|
backpack.size.1:
|
||||||
description: Mini size for a backpack, if player has backpack permission he will also have at least a backpack with the 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
|
default: false
|
||||||
backpack.size.2:
|
backpack.size.2:
|
||||||
description: 2*9 backpack
|
description: 2*9 backpack
|
||||||
@ -41,21 +46,21 @@ permissions:
|
|||||||
description: 6*9 backpack
|
description: 6*9 backpack
|
||||||
default: false
|
default: false
|
||||||
backpack.clean:
|
backpack.clean:
|
||||||
description: Allows to clean the own backpack.
|
description: Allows the player to clean their own backpack.
|
||||||
default: false
|
default: false
|
||||||
backpack.clean.other:
|
backpack.clean.other:
|
||||||
description: Allows to clean the others backpacks.
|
description: Allows the player to clean other players backpacks.
|
||||||
default: op
|
default: op
|
||||||
children:
|
children:
|
||||||
backpack.clean: true
|
backpack.clean: true
|
||||||
backpack.others:
|
backpack.others:
|
||||||
description: Allows to open backpacks of other players
|
description: Allows the player open backpacks of other players.
|
||||||
default: op
|
default: op
|
||||||
backpack.others.edit:
|
backpack.others.edit:
|
||||||
description: Allows to edit backpacks of other players
|
description: Allows the player to edit backpacks of other players.
|
||||||
default: op
|
default: op
|
||||||
children:
|
children:
|
||||||
backpack.others: true
|
backpack.others: true
|
||||||
backpack.KeepOnDeath:
|
backpack.KeepOnDeath:
|
||||||
description: Allows to keeps the items in backpack on death
|
description: Allows the player to keep their items in their backpack on death.
|
||||||
defautl: op
|
defautl: op
|
Loading…
Reference in New Issue
Block a user