A simple PocketMine-MP plugin to limit the build height on your server.
PocketMine-MP plugins
PocketMine-MP API 3.0.0
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.
Please support the development of this plugin with a small donation by clicking 💵 here. 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 😄
Configuration (config.yml):
---
#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:
-
- limitheight.* - LimitHeight permissions tree.
-
- limitheight.bypass - Let players bypass the height limit.