Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 809 Bytes

Padlock

A spigot and forks plugin for locking container blocks.

Overview

Padlock a simple plugin for locking chests and other containers. Locks are stored within tile entities removing the need for any form of external persistence (json, yml, database). Blocks are locked by using padlock items on them. Padlocks are craftable items.

locked containers

Padlock also displays the padlock item on the locked container. An example resource pack is provided in the resourcepack directory.

locked containers

Displayed locks will not persist if the plugin is removed. They are created entirely by spoofing packets.

Dependencies

Padlock depends on ProtocolLib to display locks on containers.