-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
LinkageError when attempting to use Forms in Spigot #212
Comments
Incorrect - Floodgate can be run without Geyser if you use Geyser standalone, or if Floodgate Spigot is on the backends of a proxy. Can you send your Maven pom file or Gradle build file? |
Also, we just added API in Floodgate to transfer a player! Judging by the session variable, you may still be using Geyser and packets. https://github.com/GeyserMC/Floodgate/blob/master/api/src/main/java/org/geysermc/floodgate/api/FloodgateApi.java#L98 |
I'm not home right now, but I only depend on Spigot and Geyser-Connector -- both with the provided scope. The issue I have is with sending the form packet, as Floodgate's version of Cumulus seems to be different from Geyser's when you view the jar content for org.geysermc.cumulus in both the floodgate and cumulus jar -- causing the LinkageError. |
Both Floodgate and Geyser include Cumulus in their Jars and Floodgate has an older(?) version of Cumulus. I believe this is an issue with Cumulus being shaded into the Floodgate jar mistakenly, as in all cases, Geyser (and Cumulus) should be present when Floodgate is loaded.
Here's the error that Spigot gives me when I attempt to open a form. Do note, this only happens on newer versions of Spigot. On older versions of Spigot, I was able to open forms fine.
Here's the code I run
The text was updated successfully, but these errors were encountered: