When locking items helps players not lose items
[]
Player's item lock
You can access to LockedItem by using LockedItem::getInstance()
Command | Description |
---|---|
/setlock | Lock the item in hand |
/unlock | Unlock the item in hand |
lockeditem.setlock
for command /setlocklockeditem.unlock
for command /unlock
Example:
LockedItem::getInstance()->setLocked($item);
---
# Config Main of LockedItem
perm-message: You are not allowed to use this command!
lock-message: Your item has been locked successfully!
no-lock-message: Your item was previously locked!
unlock-message: Your item has been successfully unlocked!
no-unlock-message: Your item has not been locked before!
item-hand-message: You need to hold the item in your hand to unlock!
#Lore of item when locked
item-lore: LOCKED
# The item locked will not be able to interact with the itemframe if this is true
no-touch: true
...
Plugin Version | Pocketmine API | PHP Version | Plugin Status |
---|---|---|---|
6.0.0 | 5.x.x | 8.1 | Completed |
Version: 6.0.1
Downloads: 495
Updated: 7/9/2023
Supported API versions: 5.0.0 to 5.27.1
Categories: General, API plugins, Miscellaneous, Developer Tools
License: GPL-3.0