-
Notifications
You must be signed in to change notification settings - Fork 2
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
Problem with /wear #72
Comments
Now it's give me this error when I do the command /wearurl [20:24:14 INFO]: xNarCoZz issued server command: /wearurl https://minecraft.novaskin.me/download/1740783035 |
Hello,
I have a minecraft server with paper 1.20.2 and when I use the /wear I have this error
[19:43:36 INFO]: xNarCoZz issued server command: /wear policeman
[19:43:36 WARN]: [SkinOverlay] Plugin SkinOverlay v1.7.1 generated an exception while executing task 35091
java.lang.NoSuchMethodError: 'org.bukkit.craftbukkit.v1_19_R1.entity.CraftPlayer net.minecraft.server.level.EntityPlayer.getBukkitEntity()'
at dev.piglin.skinoverlay.SkinOverlay.lambda$setSkin$28(SkinOverlay.java:157) ~[SkinOverlays-1.8.1.jar:?]
at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.20.2.jar:git-Paper-318]
at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.20.2.jar:git-Paper-318]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.20.2.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
How can I fix?
The text was updated successfully, but these errors were encountered: