Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muqsit/vanillagenerator
GlowstoneMC's generator ported to PocketMine-MP
https://github.com/muqsit/vanillagenerator
plugin pmmp pocketmine pocketmine-mp
Last synced: 3 months ago
JSON representation
GlowstoneMC's generator ported to PocketMine-MP
- Host: GitHub
- URL: https://github.com/muqsit/vanillagenerator
- Owner: Muqsit
- License: other
- Created: 2019-07-09T09:21:01.000Z (over 5 years ago)
- Default Branch: pm5
- Last Pushed: 2023-11-15T12:55:31.000Z (about 1 year ago)
- Last Synced: 2024-10-09T23:03:46.642Z (3 months ago)
- Topics: plugin, pmmp, pocketmine, pocketmine-mp
- Language: PHP
- Homepage: https://poggit.pmmp.io/ci/Muqsit/VanillaGenerator
- Size: 320 KB
- Stars: 99
- Watchers: 14
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VanillaGenerator
This is a port of [GlowstoneMC](https://github.com/GlowstoneMC/Glowstone)'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:
```yaml
worlds:
world:
generator: vanilla_overworld # sets generator type of the world with folder name "world" to "vanilla_generator"
nether:
generator: vanilla_nether
```
You _may_ be required to delete your existing world for the generator type to change.