Skip to content
Rutger Kok edited this page Nov 11, 2021 · 15 revisions

This wiki is all about creating custom world generators that work on Bukkit servers, including Spigot, Paper, etc. We'll use whatever tools are necessary for the job, and we avoid tools that aren't necessary. We'll make use of:

  • The Bukkit API. In 2021, the world generation API got expanded, so there are a lot of things you can do now.
  • Data Packs. Those are very useful for tweaking vanilla features.
  • WorldGeneratorApi. This API expands the Bukkit API.

I've been told to download WorldGeneratorApi. Where do I get it?

The tutorials

Resources on the web on procedural terrain generation