utarwyn / EnderContainers

A modern and customizable Bukkit plugin to divide enderchest into multiple inventories.
https://spigotmc.org/resources/4750/
BSD 3-Clause "New" or "Revised" License
26 stars 14 forks source link

Duplication of nametag above enderchests #125

Closed utarwyn closed 3 years ago

utarwyn commented 3 years ago

Versions

EnderContainers version: 2.2.0 Platform version: Spigot 1.16.5

Describe the bug For no reason, sometimes there are more than one nametag above an enderchest. I don't know exactly how and why this occurs.

To Reproduce Random

Screenshots image image

utarwyn commented 3 years ago

This is due to context loading in asynchronous: during this time each movement will recreate a new hologram and only the last will be destroyed. I will work on that!

https://github.com/utarwyn/EnderContainers/blob/066259a1146fc6f7230866a72798101af471e49b/plugin/src/main/java/fr/utarwyn/endercontainers/hologram/HologramManager.java#L123-L127