Recent content by Cursinal

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

    Now, what are you waiting for? Join the community now!

  1. C

    List of players with most deaths descending

    so, what about this one, any ideas? Line 35: (deaths.sk) There's no loop that matches 'loop-index - 1' Line: send "&a%{_sorted::%loop-index%}% &3- &a%{_sorted::%loop-index - 1%}%" to player
  2. C

    List of players with most deaths descending

    I changed {deaths::%player's uuid%} to {deaths::%victim's uuid%} and error at line 13 is gone. Btw can I change %player's uuid% to %player%? My server isn't online and I think that might be better option
  3. C

    List of players with most deaths descending

    Thanks for you effort! It fixed some of the issues but there still are two errors left:/ [Skript] Reloading deaths.sk... Line 31: (deaths.sk) loop-index is already a text, so you should not put it in one (e.g. loop-index instead of "%loop-index%") Line: set {_int} to "%loop-index%" parsed as...
  4. C

    List of players with most deaths descending

    I tested the skript today and it's not working:/ it gives me errors [Skript] Reloading deaths.sk... Line 24: (deaths.sk) There's no loop that matches 'loop-player's uuid' Line: set {_this.add} to "%{death::%loop-player's uuid%}%" parsed as integer Line 26: (deaths.sk) There's no loop...
  5. C

    List of players with most deaths descending

    Thanks for helping! I didn't know about lists tho haha.
  6. C

    List of players with most deaths descending

    Hi, I have a skript which counts player's deaths and I wanted to add a command and if possible a scoreboard showing 5 players with most deaths descending. Here is my script: on join: if {%player%.deaths} is not set: set {%player%.deaths} to 0 on death: if victim is a...