Add new permission groups for basic setups with backpack size 1 or 6.

This commit is contained in:
GeorgH93 2018-04-02 18:15:52 +02:00
parent 2603b9be31
commit dab0fd95fd

View File

@ -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