Jan
Jan
I found the github action for publishing to Modrinth: https://github.com/Kir-Antipov/mc-publish#publish-minecraft-mods---github-action, it's worth considering imo, but it's not removing all the manual labour; I still have to configure for which versions...
I will release v0.29.0 on Modrinth too to clear some confusion. Edit: Modrinth currently has a bug which makes it unable for me to delete the broken 0.28.0 version on...
https://modrinth.com/plugin/invsee++/version/0.29.0 I will remove the 'bug' label now that this issue is fixed, but leave the issue open for further infrastructure improvements.
I am having trouble reproducing this issue locally.. Asked the reporter to help me investigate further.
There is indeed some code that creates a new player entity where its location is in world server.getWorlds().get(0). This value should however be overwritten by the call to [Player#loadData()](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Player.html#loadData()). The...
If Paper moves the world association loading from Player#loadData() to PlayerList#placeNewPlayer(Connection, ServerPlayer, CommonListenerCookie), than that is ~~breaking change~~bug in Paper. The javadocs of [Player#loadData()](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Player.html#loadData()) clearly states that it loads the...
Related PaperMC issue: https://github.com/PaperMC/Paper/issues/11572
Would you try the following release and see if this fixes the problem for you? https://github.com/Jannyboy11/InvSee-plus-plus/releases/tag/v0.29.18 Compiled .jar files are available at https://modrinth.com/plugin/invsee++/version/0.29.18. The world should now be resolved again...
The gamemode loss should also be fixed as of https://github.com/Jannyboy11/InvSee-plus-plus/releases/tag/v0.29.19. Feel free to try out.
Going to close this issue as I can no longer reproduce it on Paper using InvSee++ version 0.29.19. Feel free to make a new issue when the bug manifests again.