-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Flavius12
committed
Apr 19, 2015
1 parent
021a0e1
commit d153dcd
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,48 @@ | ||
![start2](https://cloud.githubusercontent.com/assets/10303538/6315586/9463fa5c-ba06-11e4-8f30-ce7d8219c27d.png) | ||
|
||
# LimitHeight | ||
A PocketMine-MP plugin to limit the build height | ||
|
||
## Category | ||
|
||
PocketMine-MP plugins | ||
|
||
## Requirements | ||
|
||
PocketMine-MP Alpha_1.4 API 1.11.0<br> | ||
|
||
**LimitHeight** allows you to limit the build height in your worlds. | ||
|
||
**EvolSoft Website:** http://www.evolsoft.tk | ||
|
||
**This Plugin uses the New API. You can't install it on old versions of PocketMine.** | ||
|
||
With LimitHeight you can limit the build height in worlds (read documentation) | ||
|
||
## Documentation | ||
|
||
Configuration (config.yml): | ||
|
||
```yaml | ||
--- | ||
#Height limit (by default ops have limitheight.bypass permission set and they can bypass the limit. If you want to limit the build height also for ops, simply use a permission manager plugin) | ||
height-limit: 250 | ||
#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:** | ||
|
||
- <dd><i><b>limitheight.*</b> - LimitHeight permissions.</i></dd> | ||
- <dd><i><b>limitheight.bypass</b> - Allows players to bypass the height limit.</i></dd> |