An open API service indexing awesome lists of open source software.

https://github.com/evolsoft/chestlocker

Chest Locker plugin for PocketMine-MP
https://github.com/evolsoft/chestlocker

php plugin pocketmine-mp

Last synced: 6 months ago
JSON representation

Chest Locker plugin for PocketMine-MP

Awesome Lists containing this project

README

        

![start2](https://cloud.githubusercontent.com/assets/10303538/6315586/9463fa5c-ba06-11e4-8f30-ce7d8219c27d.png)

# ChestLocker

Chest Locker plugin for PocketMine-MP

[![Download!](https://user-images.githubusercontent.com/10297075/101246002-cb046780-3710-11eb-950f-ba06934b8138.png)](http://gestyy.com/er3dMH)

## Category

PocketMine-MP plugins

## Requirements

PocketMine-MP Alpha_1.4 API 1.8.0

## Overview

**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:**

- Bug fix (if bugs will be found)

- Large Chest protection

- Possibly MySQL support

## FAQ

**How to lock/unlock a chest?**


Do "/lockchest" or "/unlockchest" then click the chest you want to lock/unlock

## Documentation

**Configuration (config.yml):**
```yaml
---
#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.