VanillaGenerator
This is a port of GlowstoneMC's world generator.
VanillaGenerator will register two world generator types when it loads — vanilla_overworld and vanilla_nether. Set the generator type of your world to any one of these to try them out.
This can be done directly from pocketmine.yml like so:
worlds:
world:
generator: vanilla_overworld # sets generator type of the world with folder name "world" to "vanilla_generator"
nether:
generator: vanilla_netherYou may be required to delete your existing world for the generator type to change.
PLEASE DON'T
create an "Incompatible API version" error issue. This plugin is written for API 4.0.0. I will NOT be backporting it to API 3.0.0. Yes, you are free to backport it yourself. No, I don't know when API 4.0.0 releases. The issue tracker is NOT a method to reach out to me regarding "Why" and "How" questions.