Chest Locker plugin for PocketMine-MP
PocketMine-MP plugins
PocketMine-MP Alpha_1.4 API 1.8.0
ChestLocker allows players to lock/unlock their chests.
EvolSoft Website: http://www.evolsoft.tk
This Plugin uses the New API. You can't install it on old versions of PocketMine.
Players can simply lock/unlock their chest using commands "/lockchest" and "/unlockchest".
Commands:
/chestlocker - ChestLocker commands
/lockchest - Lock a Chest
/unlockchest - Unlock a Chest
To-Do:
How to lock/unlock a chest?
Do "/lockchest" or "/unlockchest" then click the chest you want to lock/unlock
Configuration (config.yml):
---
#Protect locked chests from destroying (It can be bypassed with the permission: chestlocker.bypass)
protect-chests: true
...
Commands:
/chestlocker - ChestLocker commands (aliases: [chlock, chl, chestlock, cl])
/lockchest - Lock a Chest
/unlockchest - Unlock a Chest
Permissions:
-
- chestlocker.* - ChestLocker permissions.
-
- chestlocker.bypass - Bypass chest lock.
-
- chestlocker.commands.* - ChestLocker commands permissions.
-
- chestlocker.commands.help - ChestLocker command Help permission.
-
- chestlocker.commands.info - ChestLocker command Info permission.
-
- chestlocker.commands.lockchest - ChestLocker command LockChest permission.
-
- chestlocker.commands.unlockchest - ChestLocker command UnlockChest permission.