Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wave-team/enderchestslots

A PocketMine-MP plugin that allows you to restrict slots of EnderChests.
https://github.com/wave-team/enderchestslots

mcpe pmmp pmmp-plugin pmmp-plugins pocketmine pocketmine-mp pocketmine-mp-plugin pocketmine-plugin

Last synced: about 21 hours ago
JSON representation

A PocketMine-MP plugin that allows you to restrict slots of EnderChests.

Awesome Lists containing this project

README

        

# EnderChestSlots
A PocketMine-MP plugin that allows you to restrict slots of EnderChests

## Usage

### Getting the config.yml of the plugin

```YAML
---
# 27 is the maximum of slots
# use "default" has permission to set the default number of slots

restricted: §r§cRestricted

permissions:
-
permission: default
slots: 5

-
permission: enderchest.vip
slots: 8

-
permission: enderchest.staff
slots: 27
```