leaderboard

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

    can't be set to because the latter is not an object

    Hello, I'm trying to revive an old server with a hologram leaderboard system using MorkazSK and skript-holo but whenever I try and reload the Skript file, it brings this error: {_slevels::*} can't be set to 'sorted {gold::*} from highest to lowest with format "@{index}"' because the latter is...
  2. M

    I dont know how to make a leaderboard.

    So uh, for a server, i wanted to make a leaderboard that shows: Kills, name, rank and blocks mined. The ranks have been made with LP (LuckyPerms) if that's needed. (i have skore)
  3. G

    Leaderboards

    Hi everyone! Im want to make a point leaderboard. I dont know how to do that, Maybe you know, so please if you can, make it! Thanks! My points var: {%player%.points}
  4. W

    Points leaderboard broken

    Hey, I've been using that sorting method to make a leaderboard that shows the 5 players that have the most points (you get points on kill, events, staying on the server, etc.) and I've noticed that some players had enough points to be in the leaderboard but they weren't. My code: import...
  5. O

    Top Blocks Mined leaderboard

    Ok I am a fairly new "Skripter" and I have never tried to do a leaderboard, so I was wondering, could anyone give me a "Top Blocks Mined" leaderboard? Or even like "Top Prestige" or "Top Coins" would be awesome, thanks!
  6. TenToTu Sho

    Create a Leaderboard

    So, I have a code, where i add to the variable {pvp.elo.%player%} whenever they get a kill or remove from it when they die. What i tried to do is to make a leaderboard with each of the different positions on the leaderboard (1st, 2nd, 3rd, etc.) would be a different variable, as I want to put it...
  7. 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
  8. ItsMCB

    Points Leaderboard

    I've been trying to create a Points Leaderboard, I'm confused to what I'm doing wrong. command /egranking: trigger: loop {Points::%player%}: add 1 to {_size} if {_low.to.high.list::%loop-value%} is not set: set {_low.to.high.list::%loop-value%}...