Hologram bug persists after update.
alvarosdev opened this issue ยท 7 comments
Context
- Plugin name: DeadChest
- Plugin version:
4.7.0
&4.8.0
--> compiled from source - Minecraft version: 1.18
- Server type (Bukkit/Spigot/Paper...): Paper 55
Describe the bug
A hologram is still showing after chest destroyed.
I tried with /dc repair
but it didn't work
To Reproduce
Steps to reproduce the behavior:
- I Died with dc 4.7.0
1.1 Hologram get bugged, similar from #23 - Compiled 4.8.0 (from source)
2.2 Update the plugin from 4.7.0 to 4.8.0 - Restart Server
/dc repair
- Hologram still there.
Expected behavior
/dc repair
should remove the hologram.
Just type this command next to the holo
/minecraft:kill @e[sort=nearest,limit=1,type=minecraft:armor_stand]
It's Working! Thanks.
I've just discovered the same issue but in nether. Maybe it's somehow attached to the y height?
Plugin version used 4.8.0
Hi,
Unfortunatly, if you have a corrupted holo on 4.7.0, the update of the plugin will not restore your holo because Deadchest don't know anymore the existence of this holo.
What you said is a real bug if you have holo generated with version 4.8.0 that's have the same behaviour.
The real question is : Have you some corrupted holo generate 100% by the 4.8.0 version ?
Just type this command next to the holo
/minecraft:kill @e[sort=nearest,limit=1,type=minecraft:armor_stand]
Hi,
Unfortunatly, if you have a corrupted holo on 4.7.0, the update of the plugin will not restore your holo because Deadchest don't know anymore the existence of this holo.
What you said is a real bug if you have holo generated with version 4.8.0 that's have the same behaviour.
The real question is : Have you some corrupted holo generate 100% by the 4.8.0 version ?
No, only with 4.7.0, I will try with the command mentioned before.
Hi,
Unfortunatly, if you have a corrupted holo on 4.7.0, the update of the plugin will not restore your holo because Deadchest don't know anymore the existence of this holo.
What you said is a real bug if you have holo generated with version 4.8.0 that's have the same behaviour.
The real question is : Have you some corrupted holo generate 100% by the 4.8.0 version ?
Thanks for information. I expected old holo's will dissapear with plugin update. But then I realized I have to type command you provided.
/minecraft:kill @e[sort=nearest,limit=1,type=minecraft:armor_stand]
Problem solved.