From dab0fd95fd2e6c69a41a5b2250b51d3d0f07a2af Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Mon, 2 Apr 2018 18:15:52 +0200 Subject: [PATCH] Add new permission groups for basic setups with backpack size 1 or 6. --- resources/plugin.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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