We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
7727233
CryptoMorin
No branches or pull requests
Description
I'm unable to create skulls using a texture URL on MC 1.18.1-1.19.4, using this code
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
The text was updated successfully, but these errors were encountered: