rutgerkok / WorldGeneratorApi

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

Error with purpur #48

Open Scrulius opened 3 years ago

Scrulius commented 3 years ago

Hello, there is a problem with WorldGeneratorAPI, it does not work with Purpur, this is the error:

https://pastebin.com/rZs328V3

I mean it works perfect with paper, but I have to use purpur because I have a large number of players and purpur offers a much better performance xD

Greetings and I hope you can fix it ^^

rutgerkok commented 3 years ago

I cannot reproduce this. I'm running Purpur 1.17.1 build 1297 with WorldGeneratorApi 1.2.1.

On the line in the stacktrace, the plugin is serializing the default NoiseGeneratorSettings. I did made a small change to WorldGeneratorApi to dig up the serialization error message from Mojang. Maybe you could try that, so that we can see where things are going wrong? You can download the updated version from the build server ( https://ci.codemc.io/job/rutgerkok/job/WorldGeneratorApi/ , build 48) or compile the plugin yourself.