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
When players use the /sell hand or /sellhand ou /selldrops etc... command, the getSoldItem method in the ItemSellEvent always returns an ItemStack of AIR instead of the actual item being sold.
Steps to Reproduce
Hold an item (e.g., WHEAT) in hand.
Execute /sell hand or /sellhand.
getSoldItem returns AIR instead of the item.
Expected Behavior
getSoldItem should return the correct item being sold.
When players use the /sell hand or /sellhand ou /selldrops etc... command, the getSoldItem method in the ItemSellEvent always returns an ItemStack of AIR instead of the actual item being sold.
Steps to Reproduce
Hold an item (e.g., WHEAT) in hand.
Execute /sell hand or /sellhand.
getSoldItem returns AIR instead of the item.
Expected Behavior
getSoldItem should return the correct item being sold.
Logs
Environment
Minecraft Version: [e.g., 1.21.3]
Plugin Version: [last]
The text was updated successfully, but these errors were encountered: