The purpose of this plugin is to restrict access to the contents of chests, dispensers, furnaces, and doors without the use of a database to track containers. Conflicts with chestshop
https://dev.bukkit.org/projects/lockette/
Command Reference
Permissions
lockette.user.create.* - Permission required to create a protected container or door. Possible sub-nodes include chest, dispenser, furnace, and door. (The permission lockette.create.all is still supported, but obsolete.)
lockette.admin.create.* - Allows admins to create containers and doors for other users. Possible sub-nodes include chest, dispenser, furnace, and door. Leave line 2 blank for the default behavior or enter the name of your choice. Capitalization matters.
lockette.admin.break - Allows breaking protection on containers.
lockette.admin.bypass - Allows opening of any locked door.
lockette.admin.snoop - Allows peeking in protected containers. (The setting allow-admin-snoop must be true.)
lockette.admin.reload - Allows use of the reload command.
g:lockette_admin:
permissions:
- lockette.admin.break
- lockette.admin.bypass
- lockette.admin.create.*
- lockette.admin.reload
- lockette.admin.snoop
g:lockette_builder:
permissions:
- lockette.user.create.*