Copy Minecraft inventory?

sq
2

I'm playing Minecraft 1.16.4 Java Edition.

Is there a possibility in the single player with a series of command blocks to copy the current inventory of a player and put these items in a separate box?

gl

Yes, it would be possible, but then you would need 62736 command blocks or something like that for real… XD

So you first have to test which item it is out of about 1000 items, then you have to test which enchants, which damage, which amount, which other NBT it has.

It would be even more worthwhile to learn to program plugins and make it very easy with them, instead of doing the whole thing with 62736 command blocks xD

sq

I've already come up with this solution… XD Do you know such a plugin?