list variable contains

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

  1. J

    Search and retrieve keyword to retrieve from list

    PLEASE DO NOT REACT TO ANYTHING BUT THE FINAL QUESTION Don't get confused by the long intro, i'm simply attempting to describe my idea, current problem and thought process. Before finally asking the one question i have deduced will allow me to succeed. INTRO BELOW Basicly what i'm imagining...
  2. M

    Solved Need Help {in a hurry}

    Skript Version: 2.2-dev36 Minecraft Version: 1.8.9 Code command /revive [<offlineplayer>]: aliases: rev trigger: if player has permission "events.moderator": if arg-1 is a player: make console execute command "scoreboard teams join Dead %arg-1%" make console execute...
  3. Tinkot

    Solved {list1::*} or {list2::*} contains. How to correctly do it

    so i just figured out to check if a list variable contains a player. if contains({_list1::*}, player) is true: broadcast "{_list1::*} contains the player!" but i want to check if {_list1::*} or {_list2:*} contains a player. how can i do this?