Locket - Use the wall-sign to protect your blocks!

This is a discussion topic for the Ore project, Locket. View the full project on Ore for downloads and more information.


Locket Plugin for Sponge

使用告示牌保护你的方块吧! 中文说明

Use the wall-sign to protect your blocks!

欢迎参与讨论或在GitHub创建issue,以帮助改进插件、修复BUG。
Welcome to discuss or open issues to refine this plugin or fix bugs !

Need Library Violet , you can see needed version at Locket’s download page.

需要前置 Violet , 具体所需版本请查看本插件下载页面。


Main Command

  1. main /locket
  2. alias /lock

How to lock a block?

  1. Holding a sign and right click the target block!(need permission locket.lock)
  2. Right click to select a wall-sign, and execute the command /lock!(need permission locket.lock)

How to add a user?

  1. Right click to select a wall-sign, and execute the command /lock <line(2|3)> <player>!(need permission locket.lock)

How to remove a user?

  1. Right click to select a wall-sign, and execute the command /lock remove <line>!(need permission locket.lock)

How to add/remove a block type to the lockable blocks list?

  1. Execute the command /lock type +/- <block_id>!(need permission locket.admin)
  2. Execute the command /lock type +/- when held a block item.(need permission locket.admin)
  3. Add/remove the type id in config file, and execute command /lock reload(need permission locket.admin)

How to add/remove a double-block(chest e.g.) to the lockable blocks list?

  1. Execute the command /lock type ++/-- <block_id>!(need permission locket.admin)
  2. Execute the command /lock type ++/-- when held a block item.(need permission locket.admin)
  3. Add/remove the type id in config file, and execute command /lock reload(need permission locket.admin)

1 Like

A new version has been released for Locket, it is available for download here.


增加访问缓存 & 添加方块时显示本地化名称

A new version has been released for Locket, it is available for download here.


Locket Plugin

  1. update to API-7
  2. using Violet Library & Hocon for configuration

No Wiki and Screenshot?

https://github.com/Himmelt/Locket/wiki

A new version has been released for Locket, it is available for download here.


  1. add GriefPrevention support.
  2. update language files.
  3. fix permissions check.

A new version has been released for Locket, it is available for download here.


Locket Plugin

fix support for GriefPrevention

fix #11 #12

A new version has been released for Locket, it is available for download here.


Use the wall-sign to protect your blocks!

update log:

  1. allow transfer if the same owner of source and target inventory.

  2. allow place sign-lock while side block is snow layer or water or grass.

  3. 物品传输事件,当源容器和目标容器所有者相同时,允许传输。

  4. 允许在侧面为雪层或草或水方块时,直接放置告示牌锁。

A new version has been released for Locket, it is available for download here.


Locket Plugin 1.2.1

  • fix furnace state change cancel bug
  • 修复上锁熔炉状态改变(点燃<>非点燃)时导致物品消失的BUG

报错:sponge 2838 stable, forge 2847最新版,需要crash-report我可以邮箱发你,不加就不会崩溃

[21:54:30] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraftforge.fml.common.MissingModsException: Mod locket (Locket) requires [[email protected]]
at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:266) ~[Loader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:572) ~[Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]

加了你的violet这个插件可以了。。主要界面上没看见你说要这个前置。。github上也没看见

啊,抱歉,确实忘了写了。:joy:

Hello, is it possible to have in “lockables” all blocks?
Without adding them into the config file?

Thank you