Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
A PocketMine-MP plugin that allows you to restrict slots of EnderChests.
- Host: GitHub
- URL: https://github.com/wave-team/enderchestslots
- Owner: Wave-Team
- License: apache-2.0
- Created: 2018-12-23T02:18:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T12:36:59.000Z (over 2 years ago)
- Last Synced: 2024-09-26T10:20:47.781Z (about 2 months ago)
- Topics: mcpe, pmmp, pmmp-plugin, pmmp-plugins, pocketmine, pocketmine-mp, pocketmine-mp-plugin, pocketmine-plugin
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 slotsrestricted: §r§cRestricted
permissions:
-
permission: default
slots: 5
-
permission: enderchest.vip
slots: 8
-
permission: enderchest.staff
slots: 27
```