Port of the famous bukkit/spigot plugin "Lockette" for Fabric
- Re-made plugin : LockettePro
- Original plugin : Lockette
- Fabric (server) : Installation tutorial
- Fabric API : Curseforge page
MC Version | Supported | Status |
---|---|---|
1.18 | ✔️ | |
1.17 | ✔️ | |
1.16.5 | ✔️ |
✔️ : Supported.
❌ : Not supported.
🚧 : Work being done to be soon supported.
- Prevent any protected block to be used by another player
- Protect from TNT
- Support UUID (only with
online-mode=true
, it will use usernames instead) - Server-side Fabric installation (no client mod required)
- No database needed (everything is stored in the world data as nbt tags)
- Enable and disable protection for each supported blocks.
- Support multi-language (en_US, fr_FR)
- Chest (and double chest)
- Door (and double doors with a single sign)
- Chulker box
Go to the last release page and grab the corresponding version.
Then copy your Fabric API
and FabricLockette
jar into the mods
folder of your server.
Start your server, the config file should appear into the mods folder.
Check the wiki page for more details : Config wiki
- Choose a container or door to protect.
- Place a sign with the keyboard
[Private]
on the first line. - Add your and friends username below.
- Close the sign and it should be protected.
- You can place multiple sign on one container / door by using the
[More Users]
tag. - Every server operator can edit, open and break any protected blocks.