scoreboard

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

    SkBee Scoreboard Custom Font

    hi, im trying to add a custom font to my skbee scoreboard, but i cant really figure out how, and i cant really find anything online. the font is in a resource pack, and i can get it to work with a send/broadcast but i cant figure out how to do it with skbee on join: while player is online...
  2. kkaemok

    Script Scoreboard Skript v1.0.0

    ⚡ Scoreboard Skript (FastBoard + LuckPerms Prefix Support) A lightweight, FastBoard-powered scoreboard system with full LuckPerms prefix support. Smooth updates, no flickering, and perfect for any multi-world server. Dev note: If you want to add player stats, animations, and more, please join...
  3. L

    Team Leaderboard HELP PLEASE

    So for the past few weeks i have been trying to work on a mcc and blockwars team like system, i need a way to detect which team is in first, second third, and etc with its name and amount of coins that team has then it needs to be displayed on a scoreboard. my main problem is detecting the teams...
  4. _tud

    Addon skript-scoreboards v1.0.2

    skript-scoreboards skript-scoreboards is an addon that allows you to create and manage packet-based scoreboards easily. Features - Packet-based scoreboards - Per player scoreboards - Scoreboards with shared viewers - No character limit on lines - Support for custom line scores (Minecraft...
  5. cps77

    How to calculate total experience and show it on scoreboard

    I want to know how to show player's total experience on scoreboard like this: every 1 second: @loop all players: @@wipe loop-player's sidebar @@set name of sidebar of loop-player to "server" @@set score "total experience : (total xp of player)/(max xp in player's level)" in sidebar of...
  6. cps77

    How should I put player's total experience in the scoreboard?

    I want to know how to put player's total experience and level in the scoreboard like this: every 1 second: @loop all players: @@set score "your experience point : %{total.loop-player}%/%{max.loop-player}%" in sidebar of loop-player to 1 (%{max.loop-player}% means max amount of experience point...
  7. DiamondHudson

    Scoreboards are not working

    Okay so basically the scoreboard skript is reloading perfectly but I tried skRayfall and skBee's scoreboards and none seem to work, well they do I guess (if you count reloading) but none seem to show to the player. MORE INFORMATION: - I have Skquery, Skrayfall, and Skbee but I disabled fast...
  8. 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...
  9. xWires

    Solved Making a scoreboard

    Hello! I need to make a scoreboard that is different for each player. I used this code previously but it isn't working anymore. Can someone help me fix this code? every 2 second: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to...
  10. A

    scoreboard glitch

    hi, im having problems with my scoreboard its buggy and glitching out. Can someone help me with this? my code is this: every 1 second: loop all players: set {_online} to number of all players set name of sidebar of loop-players to "&6&l&n&e&l&nG&6&l&nradeUpWards" wait...
  11. N

    (solved) Need Help with level/scoreboard script

    need help with my leveling skript and scoreboard script level system: variables: {level::%player%} = 1 {max::%player%} = 10 {xp::%player%} = 0 on chat: set message format to "&7[&a%{level::%player%}%&7] %player's prefix%%player's displayname%: %message%" on death: if...
  12. S

    ScoreBoard No work, help.

    What the problem?: The scoreboard no show up. Script: on join: if {deaths::%player's uuid%} is not set: set {deaths::%player's uuid%} to 0 if {kills::%player's uuid%} is not set: set {kills::%player's uuid%} to 0 while player is online: set title of...
  13. R

    scoreboard for variable

    hey, can someone help me putting scoreboard "points" as a variable? basically i want to do a top 5 killers, so that would be kinda hard ig?
  14. T

    Scoreboard doesnt appear

    Hello, I have a problem, in my server the scoreboard doesnt appear and I have tested a lot of scoreboards. The code has no error and in other servers that I have with other MC version and addons It works fine I have paperspigot 1.12.2 and skript 2.6.3 with skquery 4.1.3, skrayfall 1.9.21, skbee...
  15. T

    Solved Scoreboard help

    There are no errors in this skript it simply doesn't show a scoreboard: Can anyone help? every 1 second: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "Server" set score "&7&m-------------" in sidebar of loop-player to 6
  16. L

    Need help with setting variable to scoreboard value

    Hi, I'm really new to Skript and I am having some trouble trying to figure out how to assign a numerical scoreboard value to a variable. Here is my code: on rightclick: if held item is a diamond pickaxe with custom model data 1: set {Team} to the 1st line of lore of item...
  17. Jake

    Skript Scoreboards in 5 Minutes! [2025]

    Need help making a scoreboard? No sweat, this tutorial is for you! All you need is Skript (obviously) and skBee OR skript-scoreboards. Scoreboards are made of a title and 15 lines of text, the concept of dynamically creating them is very simple and it all starts when the player joins: on...
  18. M

    how to get rid of the $

    ok so im trying to get rid of the $ in the playerbalance on the scorebord can anyone help? every 5 seconds: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&f✧&dManokoRPG&f✧" set score "" in sidebar of loop-player to 10 set...
  19. B

    Scoreboard sharing?

    I want each person to see a name. However, only one person's name is visible to everyone. every 1 tick: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "test" set score "&f%name of loop-player%" in sidebar of loop-player to 1 I...
  20. T

    I wanna round off numbers

    I wanna round off this variable {money::%player%} this is my code set line 10 of player's scoreboard to "%round {money::%player%} to 2 decimals% &7●&aMoney: &c€1k"