ViaRewind

ViaRewind

7.4k Downloads

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

FlorianMichael opened this issue ยท 1 comments

commented

/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

commented

Error: Invalid or missing dump