Bug description:
Currently when the server is stopped no player data is saved (f.e. inventory contents).
How to reproduce:
Give yourself an item into your inventory.
Type /stop without disconnection! Let the server kick you.
Restart server and join.
=> your previously given item is lost
Bug description: Currently when the server is stopped no player data is saved (f.e. inventory contents).
How to reproduce: Give yourself an item into your inventory. Type
/stop
without disconnection! Let the server kick you. Restart server and join. => your previously given item is lostCause: Bukkit's stop command calls Bukkit.shutdown() => GlowServer#shutdown() => every player is kicked => session gets disconnected => the channel is closed without further saving