TechnicJelle / BlueMapOfflinePlayerMarkers

Minecraft Paper plugin and BlueMap addon that adds markers where players have logged off
Mozilla Public License 2.0
14 stars 8 forks source link

Support older player data file format. #33

Closed z-glitch closed 1 year ago

z-glitch commented 1 year ago

This fixed my crashes caused by lingering older player data files. It's been running for the last month on my server without issues.

TechnicJelle commented 1 year ago

Hi @z-glitch and @Berghopper! Thanks a bunch for the PR! (And thanks for waiting for me to finally get around to checking it.. :sweat_smile: ) I've decided, though, that I want to move to another NBT library than Flowpowered, as you can see in #34 Sadly, that will rewrite of this PR. I've still got one of those old playerdata files lying around in my test server, so I'll also be looking into it to see if I can add it, myself. Of course, you're also more than welcome to rebase/merge this PR on the rewrite and do it yourself. For now, I'll be closing this PR, until it is updated. (I think you should be able to re-open it (or at least comment) if/when it is.)

TechnicJelle commented 1 year ago

I think I've managed to do it in 8872abae6a07483ae11c29a474911be363e38ac2 If you'd like, please try it out and let me know if it still works properly :)