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

Holograms don't seem to get translated on vanilla/normal servers in 1.8->1.7 #563

Open
5 tasks done
FlorianMichael opened this issue Feb 12, 2025 · 1 comment
Open
5 tasks done

Comments

@FlorianMichael
Copy link
Member

/viaversion dump Output

Not required

Console Error

Not required

Bug Description

When creating an ArmorStand using:

ArmorStand stand = (ArmorStand) world.spawnEntity(world.getSpawnLocation(), EntityType.ARMOR_STAND);
stand.setSmall(true);
stand.setVisible(false);
stand.setMarker(true);
stand.setCustomNameVisible(true);

The hologram emulation breaks and will show only the zombie rather than the zombie/skull combination

Steps to Reproduce

  1. Create a 1.8.8 spigot server
  2. Install a plugin using the code Above + VV/VB/VR
  3. Join with an 1.7.10 client on the server

Expected Behavior

The holograms should be converted as usual.

Additional Server Info

No response

Checklist

@Barvalg
Copy link
Member

Barvalg commented Feb 12, 2025

Error: Invalid or missing dump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants