open chest to someone else

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Pup_lboo

Member
Mar 15, 2022
13
0
1
im trying to make a menu thing and this is what i have rn
Code:
command /men <player>:
    permission: "op"
    trigger:
        wait 1 tick
        open chest with 3 rows named "&6Main Menu" to player
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
 
im trying to make a menu thing and this is what i have rn
Code:
command /men <player>:
    permission: "op"
    trigger:
        wait 1 tick
        open chest with 3 rows named "&6Main Menu" to player
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 arg 1
 
Status
Not open for further replies.