# SignChestLock configuration
# Edit this file to change plugin behavior, then run /chestlock reload.

# Keywords that activate a lock when written on line 1 of a sign attached to a chest.
# The keywords are case insensitive. The brackets are required.
lock-keywords:
  - "[Lock]"
  - "[Locked]"

# When true, line 1 of the sign will be normalized to [Lock] after a successful placement.
normalize-keyword: true

# When true, hoppers, droppers, and any inventory movers cannot pull from or push into a locked chest.
block-hoppers: true

# When true, comparator output reading the locked chest is suppressed.
block-comparator-output: true

# When true, explosions cannot break a locked chest or its lock sign.
explosion-protection: true

# When true, pistons cannot move a locked chest or its lock sign.
piston-protection: true

# When true, lock signs and locked chests cannot burn.
fire-protection: true

# Messages shown to players. Color codes use the & character.
messages:
  prefix: "&8[&6SignChestLock&8] &r"
  locked-created: "&aChest locked. You are the owner."
  not-authorized: "&cThis chest is locked. You do not have access."
  cannot-break: "&cYou cannot break a locked chest or its sign."
  cannot-edit-sign: "&cOnly the owner can edit this lock sign."
  reloaded: "&aConfig reloaded."
  no-permission: "&cYou do not have permission for that."
  not-looking-at-chest: "&cLook at a chest to use this command."
  info-header: "&6Chest info:"
  info-owner: "&7Owner: &f%owner%"
  info-trusted: "&7Trusted: &f%trusted%"
  info-unlocked: "&7This chest is not locked."
