Add PickFromInventoryC2SPacket Support
codeHusky opened this issue ยท 4 comments
This can move items around in the Player's inventory by sending this packet. Sending a slot number within the player's inventory will move the item into the player's selected hotbar slot without firing obvious events on many servers. This can break a number of plugins, so having this would make debugging a lot easier.
It mutates the inventory. Most of the MC space isn't aware, but again, if you send for example Slot 10, it will move the item from Slot 10 into the selected hotbar slot. I don't believe there's a way to trigger it in vanilla without mods.
This packet is not listed as a SlotActionType, but if a general packet fabrication tool is added, this will go on the list.