pop4959 / Bolt

Modern protection solution for individual blocks and entities
GNU General Public License v3.0
50 stars 7 forks source link

[Bug] Locked hoppers or hopper carts belonging to player "a" can steal the items of locked containers belonging to player "b" #149

Closed winup-zhou closed 3 months ago

winup-zhou commented 3 months ago

Server Information:

Problem Description:

We found that a hopper or hopper cart locked by player "a" can remove items from containers (e.g., chests, shulker box) locked by player "b". Unlocked hoppers or hopper carts do not have this problem.

Steps to reproduce the problem:

  1. Place a chest and have player "b" lock it.
  2. Place an unlocked hopper under the chest and notice that the item is not removed from the container.
  3. Have player "a" lock the hopper you just placed.
  4. The items in the container appear in the hopper, and the items in the container are correspondingly reduced or disappeared.
pop4959 commented 3 months ago

I suspect this is caused by a misconfiguration (such as disabling the hopper move event) or plugin conflict rather than Bolt. Please join the Discord server for help troubleshooting and if this is actually a bug, we'll re-open this issue.

winup-zhou commented 3 months ago

Thank you very much for your reply, we are currently speculating that this may not be a bug, but rather a corrupted bolt plugin file in our server causing the issue.
This is because we have reproduced inconsistent behavior on another server with the same configuration.