diff --git a/resources/plugin.yml b/resources/plugin.yml index 5de8add..aa15c5c 100644 --- a/resources/plugin.yml +++ b/resources/plugin.yml @@ -31,6 +31,18 @@ permissions: backpack.others: false backpack.keepOnDeath: true backpack.clean: false + backpack.user: + description: This permission can be used to give a user the basic backpack size and allow him to use the backpack. + children: + backpack.use: true + backpack.size.1: true + backpack.clean: true + backpack.userBig: + description: This permission can be used to give a user the biggest backpack size and allow him to use the backpack. + children: + backpack.use: true + backpack.size.6: true + backpack.clean: true backpack.use: description: Allows a player to open the backpack. default: false