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

LineItems not always displaying #75

Open
CypixDev opened this issue Jan 8, 2025 · 2 comments
Open

LineItems not always displaying #75

CypixDev opened this issue Jan 8, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@CypixDev
Copy link

CypixDev commented Jan 8, 2025

Hey, I tried showing the player's head, but the head is not displayed at all. It only works without a skull owner or texture. Is there anything I can do to display the head with texture?

    private Line<ItemStack> head = itemLine(new ItemBuilder(Material.PLAYER_HEAD).setSkullOwner("Cypix").toItemStack()); // not showing
    private Line<ItemStack> head2 = itemLine(new ItemBuilder(Material.PLAYER_HEAD).toItemStack());
@CypixDev CypixDev changed the title Player head with skull owner or texture is not shown The player's head with a skull owner or texture is not displayed Jan 8, 2025
@CypixDev
Copy link
Author

CypixDev commented Jan 8, 2025

It doesn't matter which block I use, the player's head or other items doesn't always show up. Does anyone know why?

@CypixDev CypixDev changed the title The player's head with a skull owner or texture is not displayed LineItems not always displaying Jan 8, 2025
@unldenis
Copy link
Owner

unldenis commented Feb 1, 2025

Hi @CypixDev ,

  1. Can you tell me what version the server is running?
  2. What backend are you using (protocol lib / packetevents)

@unldenis unldenis added the bug Something isn't working label Feb 1, 2025
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