#How can I access a chest remotely?
1 messages · Page 1 of 1 (latest)
what
Script api doesn't support custom chest api like in bukkit
There could be workaround. Access the entity's inventory from afar, copy its content from the place where you want to access it.
To do that, you need entity with inventory component. Summon it to the place where you want to access it, then when you open it, it will copy it. So it's like your accessing the inventory of entity from afar.
doesnt block inventory compoentn exist
Of course there is.
Ok, I made mistake, it's a chest inventory that you will be copy.
yeah