#Is it possible to save someones inventory?
1 messages · Page 1 of 1 (latest)
yes
yes...
you could loop the slots of a players inventory and add it to a list maybe
He asked if jts possible nkt how to do it.
eh
can't you just save player's inventory to a variable, mongodb or yaml?
like
set {inventory::%uuid of player%} to player's inventory```
```on join:
set player's inventory to {inventory::%uuid of player%}```
Or if that doesn't work just loop the variable and give them the individual items or something
Saves name of inventory not any items
not possible to actually save the inventory itself however you can save each slot individually to a list with the slot number indices
Items of x
set {_l::*} to x's inventory