ickerio / factions

Highly customizable, lightweight and fully featured factions mod for the Fabric loader in Minecraft
MIT License
25 stars 28 forks source link

WorldUtils Initialization Bug #101

Closed BlueZeeKing closed 1 year ago

BlueZeeKing commented 1 year ago

The WorldUtils class needs to be the first thing to register so it gets access to the MinecraftServer instance first before anything else tries to use it. Currently, the Dynmap wrapper runs first and causes an error.

BlueZeeKing commented 1 year ago

The way the DynmapWrapper handles getting the world should also be changed because it still gets its own reference to the server but never uses it.