rutgerkok / WorldGeneratorApi

Minecraft Spigot plugin that enables other plugins to customize world generation
MIT License
95 stars 9 forks source link

Structure generation #35

Closed tastybento closed 3 years ago

tastybento commented 3 years ago

Is there anyway to "force" structures to generate, like villages, etc., rather than rely on random generation?

rutgerkok commented 3 years ago

This would be nice, but creating such an API would involve editing the code of each and every structure, so that's too much to handle for this API. Your best bet is to use the vanilla Custom world settings ( https://minecraft.fandom.com/wiki/Custom ) to modify the spawning settings. (Or if you want a village at a very specific place, just build it yourself with WorldEdit.)