1.10 Server Crash

Issue #27 resolved
Brendan Lovett created an issue

Plugin version: 7.1.1-BETA

Issue: Creating a world causes the server to hang and crash. All plugins here are up to date as far as I'm aware. This doesn't happen on 6.34, but 6.34 has other issues that cause crashes after the world generates.

Configurations are all default.

Log: http://pastebin.com/raw/5P8MvHrf

Comments (4)

  1. minelazz

    Issue will be resolved soon. It is occur due to a limit of custom biomes that is set to 256 biomes (to comply with the native part of spigot). The limit shouldhave been set per world. In v5, per world settings was implemented, but this limit had clearly not been updated. In v7, the multiworld system got forced to be unique per world, instead of having one global configuration.

    In other words, meanwhile, you can try to disable EWG in all the worlds you do not need it. This can be one by adding them in the config.json file.

  2. Log in to comment