Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/derongan/padlock

A simple minecraft plugin to protect containers.
https://github.com/derongan/padlock

minecraft minecraft-plugin spigot-plugin

Last synced: about 1 month ago
JSON representation

A simple minecraft plugin to protect containers.

Awesome Lists containing this project

README

        

# 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](docs/craft.png)

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

![locked containers](docs/locked_containers.png)

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

## Dependencies

Padlock depends on [ProtocolLib](https://github.com/dmulloy2/ProtocolLib) to display locks on
containers.