I use API 7.0+ / 1.12.2 Minecraft, I know it’s old, sorry!
I was just looking for a straightforward plugin that can send an item in your hand, to someone else without any complicated trade screens / gui, or unneeded confirmations, etc. The less fancy, the better honestly. Thank you very much in advance!
Edit: I don’t know how to delete a topic !! But I’ve offered a bounty over at ::
Hello!
For Minecraft 1.12.2 with API 7.0+, you just need a lightweight plugin that lets you run a simple command like /givehand to transfer the item in your hand directly into another player’s inventory. It’s only a few lines with Sponge API—check the held item, remove it, add it to the recipient, and handle edge cases. If you don’t want to code, look for “simple trade” or “item handover” plugins in the Sponge repository marked for API 7.0, as they’re minimal and compatible with your version.