list

  • 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. A

    Loop all players in a list ? HELP !

    Hello everyone ! I have a problem while making a Skript.. I made a list which is called {rtf.kit.tank::*} and I have some players added in this list. I want to loop all players who are in the list. How can I do ? Here is a code for example of using the loop all players in a list. Should I use...
  2. NCSGeek

    Solved Help with decaying list values

    Full script: https://pastebin.com/dJxWdCEW Hello all! In my script, im looking to have values in {%player%-tpa::*} be removed from that list after a given amount of time. Im not quite sure how to go about this, however. Above is my current script. I have no addons installed, and I'm on...
  3. Dabriel

    Solved Inventory list (Detect, Add to list, if the item is, give back)

    Alright, so I'm trying to create this really cool feature on my server. It's not happening tho. I'm a beginner in Skript so I need help. Why not create this Skript together? So what I have in mind, is making some kind of blacksmith. So it's a GUI, obv. The first row until slot 7, should be...
  4. CustomWorldYT

    Solved Skript help - Defining multiple list variables in "contains"

    Skript Version: 2.2 dev36 (latest) Skript Author: Bensku Minecraft Version: 1.12 I'm trying to do ranks for my FreeOP server in Skript. I can't use permissions, because it's FreeOP (where everyone is opped). I have in game command for setting rank. But now I want to define multiple list...
  5. CustomWorldYT

    Solved Skript help - If list variable contains...

    Skript Version: 2.2 dev36 (currently latest, downloaded from: https://github.com/SkriptLang/Skript/releases) Skript Author: CustomWorldYT (Me) Minecraft Version: 1.12.2 Spigot I'm trying to do an IP check system for my staff, my server is FreeOP and so it's running offline mode. The problem is...
  6. P

    Solved Give player one item

    How can i do that, to give the player 1 item from a specific list?
  7. V

    Store event joined players in variable like {e::ccevents::%{_joinedplayers}%::players::*}

    Hello, if you reading this now you are here to help me make a list and in that list to store all player joined a event. So here is me code: INFO: In code i don't implement a feature of list soo i need a way to make it. command /hostevent: permission: cc.command.hostevent permission...
  8. Kamino_Ramos

    Sort variables list by value

    I want to create clan top based on kdr for my clan system. on death: add 1 to {clans::points::%{clans::players::%attacker%}%} # this would be {clans::points::tag of attacker's clan} remove 1 from {clans::points::%{clans::players::%victim%}%} # this would be {clans::points::tag of...
  9. aescraft

    Compare list values

    I want to make a slot machine with the minecraft colors. This is the slots: | A | B | C | | D | E | F | | G | H | I | So, it's 9 slots, and each slot can have one of the 14 out of the 15 minecraft chat colors. (excluded white) The issue I have is how to compare the result. I was doing...
  10. J

    Solved HELP - Lists not working!

    Hi! Look at this: command /sounds [<text>] [<text>]: trigger: if arg 1 is not set: send "&d&m---------------------[ &9Sounds &d&m]---------------------" send "&a&o/sounds &7- &6&oShow this help page." send "&a&o/sounds list &7- &6&oList every sound...
  11. L

    Can't Make Tablist Update Using SkRayFall

    Skript Version: Skript 2.2-Fixes-VBb Skript Author: Njol Minecraft Version: 1.8.8 --- Full Code: _Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin)_ _Note: If a variable is being set in another script, but not shown, please explain how they are being set_...