name: SignChestLock
version: 1.0.0
main: com.chestlock.SignChestLockPlugin
api-version: '1.21'
author: SignChestLock
description: Lock chests using a sign. Authorize friends by username on the sign.
softdepend: [Vault]

commands:
  chestlock:
    description: SignChestLock commands.
    usage: |
      /chestlock info        - Show info about the chest you are looking at.
      /chestlock reload      - Reload config (admin).
      /chestlock help        - Show command help.
    aliases: [cl, clock]

permissions:
  chestlock.use:
    description: Allows a player to lock chests with a sign.
    default: true
  chestlock.admin:
    description: Allows reload and admin actions.
    default: op
  chestlock.bypass:
    description: Allows bypassing chest locks (open, break, etc).
    default: op
