Daniel12321 / AdventureMMO

MIT License
11 stars 10 forks source link

FMLPreInitializationEvent, player data and server crash. #49

Open EmanYm opened 7 years ago

EmanYm commented 7 years ago

I get this during start up

This while people are playing [14:45:49] [Server thread/WARN]: Failed to save player data for Breantique

and this whenever someone logs out.

/sponge version

Minecraft: 1.12 SpongeAPI: 7.0.0-SNAPSHOT-820409e SpongeForge: 1.12-2397-7.0.0-BETA-2474 Minecraft Forge: 14.21.1.2419

AdventureMMO-v2.0.7-API6.x.jar

Wundero commented 7 years ago

Data underwent a massive change in API 7 of Sponge, and as such the old methods used by the API 6 version of AdventureMMO won't work. Unfortunately, there is no update afaik for API 7 for this plugin, so I am unsure of a solution for you for now.

EmanYm commented 7 years ago

Most of what I am using on the server has a MC1.11.2/API6 version, so I may just downgrade my server api and cross my fingers. Thank you for the replies.