You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlayerInteractEvent listener only returns early for InventoryHolders, causing block placement issues where the block placement gets cancelled.
Used a plugin to log PlayerInteractEvents at each priority level, saw it was EventPriority.HIGH and tried disabling each of those few plugins until it started working again.
How to reproduce
Place a barrel on another barrel and observe the placement getting cancelled