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 chest GUI to save items

    that's a lot of informations (sarcasm) anyway i found a code that is working, so problem solved
  2. U

    Solved How to create a message when you pick up items

    what do you mean that it sends the message away? it sends it in chat to work with custom items try on pick up: set {_item} to the name of the event-item message "You picked up %{_item}%"
  3. U

    Solved sorting list for a leaderboard

    ooohhh ok i'll try that
  4. 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...
  5. U

    Solved How to create a message when you pick up items

    on pick up: send " You picked %event-block%" to player
  6. U

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

    hardcore? yes that must be the issue i'm having, because i wrote the name of the world instead of a variable i can change ingame
  7. 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...
  8. 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...
  9. U

    Solved Yaw and Pitch

    you are trying to get the yaw and pitch of a set of coordinates, not of your player
  10. U

    Simple Illegals Script

    well your skript doesn't even have an event. i made a skript that does that, what i do is, on inventory open loop all items in the inventory, if the loop item is one of the items in an illegal items lost variable, remove that item.