kills

  • 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

    Solved Tracking kills

    variables: {playerskilled} = 0 on kill add 1 to {playerskilled} command /stats: trigger: message "&7Kills: %{playerskilled}%" New to skript, familiar with other languages but i cant seem to get this to work? Im doing something wrong if someone could help. I just realised...
  2. J

    Ranking system?

    How can I create a ranking system with a skript? I have a list in which the kills of a player are listed. How can I make it so that when I enter /stats that there is, for example, Place: 14#
  3. Jonathan Cohen

    Kill leaderboard

    Category: Leaderboards Spigot/Skript Version: Latest What I want: A proper description. A top 3 killers leaderboard https://ibb.co/HXNXZ1s Ideas for commands: none Ideas for permissions: none When I'd like it by: A reasonable time
  4. SpinKnight

    Solved Reward every 40 kills?

    I was wondering if it was possible to give a reward every like 40 kills, just like money or something. And by not doing like : if {killtest.%player%} is "40" and "80" and so on... I was wondering if there was an easier way, if its just the same reward every 40 kills. SpinKnight
  5. SpinKnight

    Solved How to replace <none> with 0?

    command /score [<Offline player>]: Trigger: If arg-1 is not set: Display board named "&3 &3 &b&lSpin&c&lFactions&3 &3" to player Make score of "&1" in board of player to 10 Make score of "&aOnline:" in board of player to 9 Make score of...
  6. Farid

    Sorting the wrong way.

    My code> My results > BUMP, Basically I'm trying to make a top kills from yml files, not saved variables. but the sorting is wrong. If anyone could help that would be great! Thanks,