Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/derongan/padlock
- Owner: Derongan
- License: mit
- Created: 2021-08-14T04:15:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T06:48:01.000Z (over 3 years ago)
- Last Synced: 2024-11-08T18:55:47.540Z (3 months ago)
- Topics: minecraft, minecraft-plugin, spigot-plugin
- Language: Java
- Homepage:
- Size: 1.22 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.