https://github.com/evolsoft/limitheight
A PocketMine-MP plugin to limit the build height
https://github.com/evolsoft/limitheight
php plugin pocketmine-mp
Last synced: about 1 year ago
JSON representation
A PocketMine-MP plugin to limit the build height
- Host: GitHub
- URL: https://github.com/evolsoft/limitheight
- Owner: EvolSoft
- License: mit
- Created: 2015-04-18T13:56:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T14:59:59.000Z (over 5 years ago)
- Last Synced: 2025-04-04T22:23:00.345Z (over 1 year ago)
- Topics: php, plugin, pocketmine-mp
- Language: PHP
- Size: 20.5 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# LimitHeight
A simple PocketMine-MP plugin to limit the build height on your server.
[](http://gestyy.com/er3dp9)
## Category
PocketMine-MP plugins
## Requirements
PocketMine-MP API 3.0.0
## Overview
**LimitHeight** is a simple plugin that let you limit the build height on your server.
**EvolSoft Website:** https://www.evolsoft.tk
**This Plugin uses the New API. You can't install it on old versions of PocketMine.**
## Donate
Please support the development of this plugin with a small donation by clicking [:dollar: here](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=flavius.c.1999@gmail.com&lc=US&item_name=www.evolsoft.tk&no_note=0&cn=&curency_code=EUR&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted).
Your small donation will help me paying web hosting, domains, buying programs (such as IDEs, debuggers, etc...) and new hardware to improve software development. Thank you :smile:
## Documentation
**Configuration (config.yml):**
```yaml
---
#Height limit (by default ops have limitheight.bypass permission set and they can bypass the limit)
height-limit: 64
#Show message on limit reached
show-message: true
#Show plugin prefix on message
show-prefix: true
#Message
message: "&cYou can't build over the height of {LIMIT} blocks!"
#World list where limit is disabled
#For example:
#disabled-in-worlds:
# - world
# - world2
disabled-in-worlds: []
...
```
**Permissions:**
-
-