Individual holograms become armor stands to other players
guipenedo opened this issue ยท 3 comments
So I create a hologram:
Hologram hologram = HologramsAPI.createHologram(this, location);
I then show the hologram to player P:
VisibilityManager vm = hologram.getVisibilityManager(); vm.showTo(P); vm.setVisibleByDefault(false);
If then another player joins (who has his own hologram on the same location), he sees a stack of armor stands with a floating stone block on top.
Could you please release a version containing this fix? Thank you. @filoghost