You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error cannot be reproduced on a regular Paper installation, so I am wondering whether there is a breaking change to the org.bukkit.craftbukkit.v1_8_R3.CraftServer.getEntityMetadata() method?
Is there a way to fix this, or some patch I should exclude when building?
Thank you for any support!
Java Version
openjdk version "1.8.0_312"
OpenJDK Runtime Environment (build 1.8.0_312-b10)
OpenJDK 64-Bit Server VM (build 25.312-b10, mixed mode)
The text was updated successfully, but these errors were encountered:
xcodian
changed the title
Citizens Breaks
Citizens Breaks (NoSuchMethodError for getEntityMetadata)
Mar 17, 2022
I can reproduce the error with the latest Citizens CI build. It seems like a1e4787 broke this feature as it removed the method Citizens is trying to access.
I know it's possible to patch Citizens to work with our updated API, but sadly, I don't have the time to look into this problem myself in the next couple of days.
Hello, I'm running into a bit of an incompatibility issue here...
I compiled this for myself, and ran a test server with it.
Upon trying to use Citizens2, there is a method lookup error.
This error cannot be reproduced on a regular Paper installation, so I am wondering whether there is a breaking change to the
org.bukkit.craftbukkit.v1_8_R3.CraftServer.getEntityMetadata()
method?Is there a way to fix this, or some patch I should exclude when building?
Thank you for any support!
Java Version
The text was updated successfully, but these errors were encountered: