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

[XSkull] - Unable to create skulls by texture URL on 1.18.1-1.19.4 #282

Closed
datatags opened this issue Jul 9, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@datatags
Copy link
Contributor

datatags commented Jul 9, 2024

Description
I'm unable to create skulls using a texture URL on MC 1.18.1-1.19.4, using this code

ItemStack head = XMaterial.PLAYER_HEAD.parseItem();
return XSkull.of(head).profile(Profileable.detect(url)).apply();

Where URL would be something like 3e8aad673157c92317a88b1f86f5271f1cd7397d7fc8ec3281f733f751634

When using this code, I get this error: https://pastebin.com/s1B4T8Er

Version
Applies to Spigot and Paper, 1.18.1-1.19.4, using XSeries master (8c07d5a)
Seems related to #278

@datatags datatags added the bug Something isn't working label Jul 9, 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