We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Locked Containers are able to be emptied by using Hoppers
Place Hopper below a locked Container
Hoppers should not be able to pull Items out of a locked container
https://imgur.com/a/6Q9ScaE (Container is locked) https://imgur.com/a/AnIZXaQ (I am pulling Items)
Plugin version
Paper version
The text was updated successfully, but these errors were encountered:
Thanks for letting us know about this!
Sorry, something went wrong.
This event would probably apply to hoppers taking items from chests: InventoryMoveItemEvent
Check locked state of source inventory, closes #1391
32efe0a
Merge pull request #1658 from Dans-Plugins/bugfix/hoppers
08ad5d5
Prevent items from being taken from locked containers by hoppers, closes #1391
Prevent hoppers from picking up items from locked chests, closes #1391
48a88e0
Merge pull request #1659 from Dans-Plugins/bugfix/hoppers
f395236
Kyrenic
No branches or pull requests
Describe the bug
Locked Containers are able to be emptied by using Hoppers
To Reproduce
Place Hopper below a locked Container
Expected behavior
Hoppers should not be able to pull Items out of a locked container
Screenshots or Logs
https://imgur.com/a/6Q9ScaE (Container is locked)
https://imgur.com/a/AnIZXaQ (I am pulling Items)
Java version
Plugin version
Paper version
The text was updated successfully, but these errors were encountered: