Simple way to lock & protect your blocks & items.
- Chest, Trap Chest
- Barrel, Shulker Box
- Furnace, Blast Furnace, Smoker
- Dispenser, Dropper
- Hopper
- Campfire, Soul Campfire
- Lectern
- Brewing Stand
- Jukebox
- Daylight Detector
- Beehive
-
Hold an item to lock, or face at the block to lock. Use
/lock
to lock it.⚠️ If you both hold lockable item on hand & face at lockable block, item will be locked. (Priority : Item > Block) -
If you want to allow a player to access your lock, use
/lock allow {playername}
. -
If you want to deny a player to access your lock, use
/lock deny {playername}
.⚠️ Denying player only works if the player is previously allowed. -
Notification message is sent when any player accesses your locked block. You can disable/enable it by using the command
/lock notification
.⚠️ This command swaps previous state. If notification was enabled, it disables it. If it was disabled, it enables it. -
To view who is the owner of the lock and who are allowed, you can use
/lock view
while looking the locked block.
- Players who are not allowed cannot break/open locked blocks.
- Locked blocks are immune to explosion.
- (WIP) Locked blocks ignore redstone signal. Should be configurable in further release.
- Lock for doors
- The player is included twice in a lock's allowed player list. This does not interrupt gameplay though.