EbonJaeger / perworldinventory-kt

Multi-world inventory plugin for Spigot written in Kotlin.
MIT License
46 stars 35 forks source link

Rollback #147

Open mxcxn opened 5 years ago

mxcxn commented 5 years ago

If I restart server while have users connected their inventory got rollbacked. If they disconnect, I restart server and connect back it works perfectly. So I guess inventories are not saved while stopping server only when users disconnect. I am using latest pwi version and 1.14.2 spigot server.

EbonJaeger commented 5 years ago

Inventories are saved on user disconnect, which includes when the server stops (since it disconnects all the players...). Moreover, if they are logging into the same world, PWI doesn't do any inventory-related things on join; so if they're having older inventories, that sounds like a Minecraft problem.