Add Support for Plugins which Utilize Chunk Populators
ValMobile opened this issue · 3 comments
Request: Please add chunk populator support.
Reasoning: Many plugins cannot use the multiverse api to generate structures in worlds because there is no support for chunk populators. This severely limits the potential server administrators and developers have in creating games and plugins.
plugins do not need to use MV API to generate chunks. You can try this plugin that I used before https://www.spigotmc.org/resources/chunky.81534/
Yes, world pregen plugins can generate worlds with the desired structures, but I have a plugin that specifically uses the multiverse API to generate worlds automatically. Running commands is a temporary and inelegant solution.