EnderContainers

EnderContainers

2.5k Downloads

Duplication of nametag above enderchests

utarwyn opened this issue ยท 1 comments

commented

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

commented

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!

if (!this.holograms.containsKey(uuid)) {
try {
this.dependenciesManager.validateBlockChestOpening(block, player);
this.chestManager.loadPlayerContext(player.getUniqueId(),
context -> this.spawnHologram(context, player, block));