Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with Multiverse Core (Works normally with Paper) #7

Closed
uRyanxD opened this issue May 15, 2022 · 3 comments · Fixed by #188
Closed

Conflict with Multiverse Core (Works normally with Paper) #7

uRyanxD opened this issue May 15, 2022 · 3 comments · Fixed by #188

Comments

@uRyanxD
Copy link
Collaborator

uRyanxD commented May 15, 2022

Replacing server.jar from PaperSpigot to Panda causes NoSuchMethodException, full server logs:
https://paste.gg/p/anonymous/117dfa7c512f4696aea9ede5af713387

  • Using latest 37 build
@hpfxd
Copy link
Owner

hpfxd commented May 15, 2022

From the log you posted, it looks like Multiverse trying to call the old getOnlinePlayers method from around... Minecraft 1.6 I think? This doesn't work in PandaSpigot because we don't remap final jar with the deprecation mappings using SpecialSource (normal Spigot/Paper remaps the _INVALID_getOnlinePlayers method to getOnlinePlayers in org.bukkit.Bukkit, so there are 2 methods with the same name, just different return types)

I'm not sure if it's worth the time to fix this, as typically all it takes is recompiling a plugin with a newer version of the Bukkit API to resolve it. To resolve the issue with Multiverse you're having, it looks like its happening in their metrics system, so you could just ignore the error and it should still work fine. You can opt-out of their metrics in the plugins/PluginMetrics/config.yml file.

@uRyanxD
Copy link
Collaborator Author

uRyanxD commented May 15, 2022

Thanks

@uRyanxD uRyanxD closed this as completed May 15, 2022
@uRyanxD
Copy link
Collaborator Author

uRyanxD commented Nov 28, 2022

I was able to fix this by upgrading to a version made for 1.10, it works perfectly in 1.8, if anyone has the same problem, use it.
https://dev.bukkit.org/projects/multiverse-core/files/2428161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants