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
- main
/locket
- alias
/lock
How to lock a block?
- Holding a sign and right click the target block!(need permission
locket.lock
) - Right click to select a wall-sign, and execute the command
/lock
!(need permissionlocket.lock
)
How to add a user?
- Right click to select a wall-sign, and execute the command
/lock <line(2|3)> <player>
!(need permissionlocket.lock
)
How to remove a user?
- Right click to select a wall-sign, and execute the command
/lock remove <line>
!(need permissionlocket.lock
)
How to add/remove a block type to the lockable blocks list?
- Execute the command
/lock type +/- <block_id>
!(need permissionlocket.admin
) - Execute the command
/lock type +/-
when held a block item.(need permissionlocket.admin
) - Add/remove the type id in config file, and execute command
/lock reload
(need permissionlocket.admin
)
How to add/remove a double-block(chest e.g.) to the lockable blocks list?
- Execute the command
/lock type ++/-- <block_id>
!(need permissionlocket.admin
) - Execute the command
/lock type ++/--
when held a block item.(need permissionlocket.admin
) - Add/remove the type id in config file, and execute command
/lock reload
(need permissionlocket.admin
)
…