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

Citizens Breaks (NoSuchMethodError for getEntityMetadata) #10

Open
xcodian opened this issue Mar 17, 2022 · 1 comment
Open

Citizens Breaks (NoSuchMethodError for getEntityMetadata) #10

xcodian opened this issue Mar 17, 2022 · 1 comment

Comments

@xcodian
Copy link

xcodian commented Mar 17, 2022

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.

java.lang.NoSuchMethodError: org.bukkit.craftbukkit.v1_8_R3.CraftServer.getEntityMetadata()Lorg/bukkit/craftbukkit/v1_8_R3/metadata/EntityMetadataStore;

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)
@xcodian xcodian changed the title Citizens Breaks Citizens Breaks (NoSuchMethodError for getEntityMetadata) Mar 17, 2022
@archer-321
Copy link

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.

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

No branches or pull requests

2 participants