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

NoSuchMethodException: CraftMetaSkull.setProfile in EcoEnchants with Minecraft 1.21.1 #378

Open
thisisaef opened this issue Sep 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@thisisaef
Copy link

thisisaef commented Sep 16, 2024

Describe the bug
When reloading EcoEnchants on Paper 1.21.1, the server logs a NoSuchMethodException related to the setProfile method in CraftMetaSkull. This seems to affect the setting of skull textures through EcoEnchants.

To Reproduce
Steps to reproduce the behavior:

  1. Install EcoEnchants on Paper 1.21.1.
  2. Reload the plugin or server.
  3. Observe the error in the server logs: java.lang.NoSuchMethodException: org.bukkit.craftbukkit.inventory.CraftMetaSkull.setProfile(com.mojang.authlib.GameProfile)

Log
latest.log: https://paste.helpch.at/ufakoxufuq.makefile

Expected behavior
The plugin should set skull textures properly without throwing an exception during reloads or when accessing skull-related functionality.

Actual Behavior
The server throws a NoSuchMethodException in the logs when EcoEnchants attempts to use the setProfile method, resulting in a warning but no visible impact on gameplay. The skull textures do not apply as expected.

Plugin List
EcoEnchants 12.18.7
eco-6.74.1-all

Software brand
Backend: Paper 1.21.1-77-4ff58c4 (MC: 1.21.1)

Additional Information
This issue appears to be related to changes in the internal methods of Minecraft or Paper, affecting how skull textures are handled in the plugin. The plugin may require updates to accommodate these changes.

@thisisaef thisisaef added the bug Something isn't working label Sep 16, 2024
@TheFaik
Copy link

TheFaik commented Sep 18, 2024

++++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants