aromaa/WorldGuardExtraFlags

Item drops from cursor slot when killed while in a `keep-inventory: true` region

Opened this issue · 7 comments

If you are holding an item with your cursor while killed in a region set with keep-inventory:true, that item will drop.

Well this is just unfortunate side effect of dying. The inventory closes which then causes the current item to be dropped, all normal behavior. After that the actual death occurs and the handling of item drops etc. I don't think I can do much about this without making it a bit clunky.

I see, this would be the case with vanilla gamerule keep-inventory as well?

I would be surprised if it didn't.

Confirmed.
Same behavior in the vanilla gamerule.

Not ideal Mojang
Thanks!

any chance of a WorldGuardExtraFlags fox for it?

Its something I can look at

Thanks,
I'll also submit a ticket to Mojang as they may consider this a bug to fix as well.