apavarino / Deadchest

Minecraft Plugin - Keep your inventory in a chest when you die !
https://dev.bukkit.org/projects/dead-chest
GNU General Public License v3.0
18 stars 17 forks source link

Hologram bug persists after update. #31

Closed alvarosdev closed 2 years ago

alvarosdev commented 2 years ago

Context

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:

  1. I Died with dc 4.7.0 1.1 Hologram get bugged, similar from #23
  2. Compiled 4.8.0 (from source) 2.2 Update the plugin from 4.7.0 to 4.8.0
  3. Restart Server
  4. /dc repair
  5. Hologram still there.

Expected behavior

  1. /dc repair should remove the hologram.

Screenshots Screenshot

ilfarpro commented 2 years ago

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

apavarino commented 2 years ago

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 ?

JamieD1 commented 2 years ago

Getting same issue on 4.7.0 Anyway to remove them?

apavarino commented 2 years ago

Just type this command next to the holo

/minecraft:kill @e[sort=nearest,limit=1,type=minecraft:armor_stand]

alvarosdev commented 2 years ago

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.

alvarosdev commented 2 years ago

Just type this command next to the holo

/minecraft:kill @e[sort=nearest,limit=1,type=minecraft:armor_stand]

It's Working! Thanks.

ilfarpro commented 2 years ago

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.