minigame name fail

  • 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 comminuty!

    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.

lordgamadon

New Member
Apr 4, 2020
8
0
1
23
so im trying t o make a minigame that players can join and i have some problems getting the player into my variable
Code:
 options:
    {event.players}: %{joined.event.players}%
   
command /eventstart:
    trigger:
        teleport {event.players} to {event.respawn}

command /eventjoin:
    trigger:
        add player's name to {joined.event.players}
        send "&a&lSUCCES &8du joined &bSnowball-event"
[CODE] if you have any idea what i could do so they can get teleported and get their permissions
 
the right way to use a list variable (a variable that can hold more than 1 data) is using this format {event.players::*}.
actually you are trying to put a lot of player's name inside one variable that can holdo only 1 name. i suggest you to read docs and watch video tutorials because this is the basics of skripts
 
Status
Not open for further replies.