DevEkode / FabricLockette

Port of the famous bukkit/spigot plugin "Lockette" for FabricMC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FabricLockette

FabricLockette banner

Build

Port of the famous bukkit/spigot plugin "Lockette" for Fabric

Dependencies

Supported Minecraft version

MC Version Supported Status
1.18 ✔️ Release
1.17 ✔️ Release
1.16.5 ✔️ Release

✔️ : Supported.
❌ : Not supported.
🚧 : Work being done to be soon supported.

Features

  • 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)

Blocks supported

  • Chest (and double chest)
  • Door (and double doors with a single sign)
  • Chulker box

How to install

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

How to use

  1. Choose a container or door to protect.
  2. Place a sign with the keyboard [Private] on the first line.
  3. Add your and friends username below.
  4. Close the sign and it should be protected.

More tips

  • 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.

About

Port of the famous bukkit/spigot plugin "Lockette" for FabricMC

License:MIT License


Languages

Language:Java 100.0%