Renaming the plugin, adding more heightmaps, fixing the plugin.
This commit is contained in:
parent
f49444442a
commit
5dd4de71ef
20 changed files with 441 additions and 232 deletions
30
README.md
30
README.md
|
@ -1,8 +1,32 @@
|
|||
# RealWorld
|
||||
# GenPainterPE
|
||||
Pocketmine Generator for Earth and heightmap based generation.
|
||||
|
||||
# Installation
|
||||
Note: This section is only for *nix users (Linux, MacOS, Unix, FreeBSD). Pmmp's windows' prebuilt binaries includes GD by default.
|
||||
## What is GenPainterPE?
|
||||
GenPainterPE is a PocketMine plugin which allows you to generate minecraft maps just with an heightmap.
|
||||
|
||||
## How to use GenPainterPE?
|
||||
First, look at [the installation part](#installation).
|
||||
Creating a world would take the default config.yml settings, and then apply them to map creation (note: changing theses settings afterwards won't change them for the map. You should regenerate one another to change settings).
|
||||
To create a world, you can:
|
||||
- use a world utility which include a world generation
|
||||
(such as [BetterGen](https://download.ad5001.eu/en/plugins) or ManyWorld) with the generator "genpainter" or,
|
||||
- go to your pocketmine.yml, and at the end of the file, add a new world with the generator "genpainter".
|
||||
|
||||
## Customizing GenPainterPE
|
||||
You can customize GenPainterPE's generation by modifing some values in the config.yml.
|
||||
<a id="add-heightmap"></a>
|
||||
You can also <b>add your own heightmap</b>. [What is an heightmap?](https://en.wikipedia.org/wiki/Heightmap)
|
||||
How to do that?
|
||||
1. Get your heightmap in a png form (.png)
|
||||
2. Put it into the GenPainterPE/heightmaps folder
|
||||
3. Change the "heightmap_name" in the config.yml to the name of your heightmap (WITHOUT THE .png AT THE END)
|
||||
4. Create a new world with the genpainter generator
|
||||
|
||||
(note: you can modify your config afterwards and remove the .png as the world heightmap and data has been saved to your generated map)
|
||||
|
||||
|
||||
## Installation
|
||||
Note: This section is only for *nix users (Linux, MacOS, Unix, FreeBSD). PMMP's windows' prebuilt binaries includes GD by default.
|
||||
To support all the features including your own heightmap creation, you may need to install the PHP GD extension.
|
||||
Don't have it and don't know how to install it?
|
||||
- For PocketMine Server Manager users, check if the plugin is working, if not, just delete the folder located in <YOUR\_OWN\_FOLDER>/.pocketmine/php and restart PocketMine Server Manager.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue