mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-12-28 17:48:22 +01:00
Add new permission groups for basic setups with backpack size 1 or 6.
This commit is contained in:
parent
2603b9be31
commit
dab0fd95fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user