im trying to make a menu thing and this is what i have rn
im trying to make it so the chest opens the the player who is in the command
like open chest to %arg 1%
but that does not work if you know how to do this tell me please
[doublepost=1650131019,1650124505][/doublepost]nevermind did it an easier way
Code:
command /men <player>:
permission: "op"
trigger:
wait 1 tick
open chest with 3 rows named "&6Main Menu" to player
like open chest to %arg 1%
but that does not work if you know how to do this tell me please
[doublepost=1650131019,1650124505][/doublepost]nevermind did it an easier way