Search results

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

    Solved sorting list for a leaderboard

    i checked the forum, i think my best option is this code command /ranking: trigger: loop {Kills::*}: add 1 to {_size} if {_low.to.high.list::%loop-value%} is not set: set {_low.to.high.list::%loop-value%} to loop-index else...
  2. U

    loop items from GUI and add only items to list variable, not air

    i've been trying to find a solution for a few hours now, and i can't find anything. this is the part that generates the list variable from the GUI inventory loop 54 times: set {_loop} to loop-value - 1 set {bingo.%{_loop}%} to slot {_loop} of player's current inventory...
  3. U

    Solved chest GUI to save items

    i'm making a game, i need to set a few items players need to find. instead of putting the items in the skript, i thought it would be nicer if i could do that in game. what i want to do is open a chest gui with a command, i can then drag and drop items in this chest inventory, and save the items...