-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Item drops from cursor slot when killed while in a keep-inventory: true
region
#272
Comments
keep-inventory: true
regionkeep-inventory: true
region
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. Not ideal Mojang |
any chance of a WorldGuardExtraFlags fox for it? |
Its something I can look at |
Thanks, |
If you are holding an item with your cursor while killed in a region set with
keep-inventory:true
, that item will drop.The text was updated successfully, but these errors were encountered: