API sets 3 items?
FrankHeijden opened this issue ยท 0 comments
Hey,
While using the API i set an itemline to a hologram, but instead of just one item showing its showing 3.
Just using this method:
final Hologram hologram = HologramsAPI.createHologram(Main.instance, event.getBed().getLocation().add(0.5, 1.8, 0.5));
ItemLine itemLine = hologram.appendItemLine(new ItemStack(Material.BED, 1, (short)7));