How to open a inventory for other people, because i can't 
It opens inventory but without item, so how could i fix it?
It opens inventory but without item, so how could i fix it?
Code:
command /OpenInv [<offline player>]:
trigger:
if player has permission "Staff":
if arg-1 is set:
loop all players in radius 10 of player:
open chest with 1 row named "&0Hey" to arg-1
wait 3 ticks
format slot 1 of player with coal named "Hey" to close
else:
send "&4Server &8> &cPlease specify player."
else:
send "&4You cant."
Last edited: