Fixes an issue with shift-clicking into GUIs that disallow shift-clicking.
When using a RectCompound that isn't fully filled, the player would be able to shift-click items directly into it, without the ability to take them out again. This PR disables the ability to shift-click items into GUIs.
Shift-Clicking into free slots will be disabled by this PR. There currently is no Paper Event to get the original slot and the slot after moving the item.
Fixes an issue with shift-clicking into GUIs that disallow shift-clicking.
When using a RectCompound that isn't fully filled, the player would be able to shift-click items directly into it, without the ability to take them out again. This PR disables the ability to shift-click items into GUIs.
Shift-Clicking into free slots will be disabled by this PR. There currently is no Paper Event to get the original slot and the slot after moving the item.