Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VixikHD committed Aug 4, 2022
1 parent a9c40c5 commit 65b39e0
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# 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.

## 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.
- Forked from [Muqsit/VanillaGenerator](https://github.com/GlowstoneMC/Glowstone)
- This repo has got some optimizations, bugs fixes, and also some new features
- Also this is not a plugin, but a virion, the generator could be tested with another plugins such as MultiWorld

0 comments on commit 65b39e0

Please sign in to comment.