Permissions - GeorgH93/Minepacks GitHub Wiki
To use the plugin you have to give your players permissions. It is recommended to use a permissions plugin like GroupManager, PermissionsEx or LuckPerms .
If you do not have a permission plugin you can use this workaround .
Permissions:
The table lists all the permissions, their defaults and in which groups they are included.
| Permission | Description | Default | backpack.disable | backpack.user | backpack.bypass | backpack.admin |
|---|---|---|---|---|---|---|
| backpack.use | Allows the player to use the backpack | false | false | true | ||
| backpack.size.1 | Sets the size of the players backpack to 1 row (will be automatically given if the player has the backpack.use permission) |
false | true | |||
| backpack.size.2 | Sets the size of the players backpack to 2 rows | false | ||||
| backpack.size.3 | Sets the size of the players backpack to 3 rows | false | ||||
| backpack.size.4 | Sets the size of the players backpack to 4 rows | false | ||||
| backpack.size.5 | Sets the size of the players backpack to 5 rows | false | ||||
| backpack.size.6 | Sets the size of the players backpack to 6 rows | false | ||||
| backpack.sort | Allows the player to use the sort command | false | true | |||
| backpack.clean | Allows the player to use the clean command | false | false | true | ||
| backpack.clean.other | Allows the player to clean the backpack of other players | OP | true | |||
| backpack.fullpickup | Enables auto pickup for the player (if enabled in the config) | true | ||||
| backpack.others | Allows the player to see the content of other players backpack | OP | false | true | ||
| backpack.others.edit | Allows to change the content of the backpack of other players | OP | true | |||
| backpack.keepOnDeath | Allows the player to keep the content of the backpack when they die | OP | true | |||
| backpack.noCooldown | Disables the command cooldown for the player | OP | true | |||
| backpack.ignoreGameMode | Allows the player to bypass the gamemode filter | OP | true | |||
| backpack.ignoreWorldBlacklist | Allows the player to bypass the world filter | OP | true | |||
| backpack.update | Allows the player to use the update command | OP | true | |||
| backpack.reload | Allows the player to use the reload command | OP | true | |||
| backpack.migrate | Allows the player to use the migrate command | OP | true | |||
| clearInventory | Allows the player to use the clear inventory command | OP | ||||
| clearInventory.other | Allows the player to clear the inventory of other players | OP |