Closed RikoDEV closed 6 years ago
MyWorlds replaces the player data manager on the server to handle the loading/saving of player data. It has to keep this class hooked in the server after the plugin disables to make sure player data is correctly saved on server shutdown. This caused some problems with /reload, because it ended up re-hooking causing this error.
A bug thats a bit difficult to fix, unfortunately.
Fixed in MyWorlds (at some point) by detecting difference reload / shutdown and unhooking during a reload.
BkCommonLib version: 1.12.1-v1
Spigot version: git-Paper-1178 (MC: 1.12.1) (Implementing API version 1.12.1-R0.1-SNAPSHOT)
Problem or bug:
Problem
Expected behaviour:
Reload the plugin.
Steps to reproduce: