This is a plugin for pocketmine-mp, when locking a player's items helps players not to lose items or throw things around causing server lag.

Overview

[]

LockedItem| v1.0.0

Player's item lock

Features

  • Player's item lock
  • Players aren't afraid of losing items

For Devolopers

You can access to LockedItem by using LockedItem::getInstance()


## All LockedItem Commands:
Command Description
/setlock Lock the item in hand
/unlock Unlock the item in hand

## 📃 Permissions:
  • You can use permission lockeditem.setlock for command /setlock
  • You can use permission lockeditem.unlock for command /unlock

**Example:** ```php LockedItem::getInstance()->setLocked($item); ```

Configs

config.yml

---
# 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
...

Project Infomation

Plugin Version Pocketmine API PHP Version Plugin Status
1.0.0 3.x.x 7.4 Completed
You might also like...
A PocketMine-MP plugin that counts the played time of players.
A PocketMine-MP plugin that counts the played time of players.

PlayedTime - v0.0.1 BETA VERSION! This is a test/beta version of PlayedTime. It can contain bugs and not fully tested things. A plugins that allows yo

A PocketMine-MP plugin that allows you to mute players permanently and for a specific time.
A PocketMine-MP plugin that allows you to mute players permanently and for a specific time.

BetterMute - v1.1.1 A PocketMine-MP plugin that allows you to mute players permanently and for a specific time. Features easy mute players permanent o

Dedicated plugin for PocketMine-API 4, this will help staff members to make players follow the rules to the letter

StaffMode Dedicated plugin for PocketMine-API 4, this will help staff members to make players follow the rules to the letter Annotation This plugin is

PocketMine-MP Plugin for converting items & blocks name to your language.
PocketMine-MP Plugin for converting items & blocks name to your language.

ConvertName PocketMine-MP Plugin for converting items & blocks name to your language. Usage Due to license issue, I don't put the language files direc

DropItem3D - PocketMine-MP plugin to be able to see drop items realistic.
DropItem3D - PocketMine-MP plugin to be able to see drop items realistic.

DropItem3D - PocketMine-MP plugin to be able to see drop items realistic.

A plugin for PocketMine-MP improves items.
A plugin for PocketMine-MP improves items.

AdvancedItem ✨ A plugin for PocketMine-MP that improves items. Featured Change name of item Edit lore in line like MyItem Spigot Duplicate the item on

An alternative Redis session handler for PHP featuring per-session locking and session fixation protection

RedisSessionHandler An alternative Redis session handler featuring session locking and session fixation protection. News phpredis v4.1.0 (released on

Redis-based session handler for Magento with optimistic locking

Cm_RedisSession A Redis-based session handler for Magento with optimistic locking. Features: Falls back to mysql handler if it can't connect to Redis.

A Redis-based session handler for Magento with optimistic locking.

Cm_RedisSession A Redis-based session handler for Magento with optimistic locking. Features: Falls back to mysql handler if it can't connect to Redis.

Releases(v4.0.1)
Owner
JeroGamingYT
JeroGamingYT
This is a PocketMine plugin that helps staffs track players using commands.

Track This is a PocketMine plugin that helps staffs track players using commands. Features Allows selected staffs to watch players use commands to fac

Nguyễn Thành Nhân 6 Jun 23, 2022
This library can be used, among other things, to retrieve the classes, interfaces, traits, enums, functions and constants declared in a file

marijnvanwezel/reflection-file Library that allows reflection of files. This library can be used, among other things, to retrieve the classes, interfa

Marijn van Wezel 5 Apr 17, 2022
A PHP library for all things Minecraft: Java Edition

Phpcraft A PHP library for all things Minecraft: Java Edition. This project has been abandoned! The limited subset of 1.8.x - 1.15.x that has been imp

null 16 Nov 29, 2022
PHP package to make your objects strict and throw exception when you try to access or set some undefined property in your objects.

?? Yell PHP package to make your objects strict and throw exception when you try to access or set some undefined property in your objects. Requirement

Zeeshan Ahmad 20 Dec 8, 2018
All PHP functions, rewritten to throw exceptions instead of returning false

Safe PHP This project is deprecated Because of how this project needs to be in sync with the official PHP documentation, maintaining a set of function

TheCodingMachine 2.1k Dec 28, 2022
All PHP functions, rewritten to throw exceptions instead of returning false, now for php8

A set of core PHP functions rewritten to throw exceptions instead of returning false when an error is encountered.

TheCodingMachine 106 Nov 21, 2022
A plugin manager for PocketMine-MP downloads plugin from PocketMine-MP official plugin repository

oh-my-pmmp A plugin manager for PocketMine-MP Getting Started Prerequisites Your server MUST RUN the latest version of PocketMine. Installation From P

thebigcrafter 6 Jan 4, 2023
StickWithIt is an online food ordering website created using PHP. You can view and purchase various items as well as remove items from the cart.

StickWithIt (App Name) StickWithIt is an online food ordering website created using PHP. The database used here is MYSQL database. The tool used here

Jenil Gajjar 1 May 11, 2022
A Pocketmine-MP (PMMP) plugin to prevent players from doing most glitches.

AntiGlitch AntiGlitch is an all-in-one Pocketmine-MP (PMMP) plugin made to prevent as many known glitches. Setup Guide To start using the plugin, down

ItsMax123 12 Sep 17, 2022
A PocketMine-MP plugin that lets you teleport among offline players

OfflinePlayerTP A PocketMine-MP plugin that lets you teleport among offline players. Commands Command Description /otp <player> Teleport to (offline)

Muqsit Rayyan 8 Sep 23, 2022