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 comminuty!

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

  1. RedDiamond

    Scoreboard not showing (SkBee)

    So i've made this scoreboard skript using SkBee and it not showing on my server, and i have SkBee, SkRayfall, TuSke on my server for the skript addon. Idk what's wrong with this code, maybe someone can help me? on join: while player is online: set title of player's scoreboard to...
  2. KingDooms

    PlayTime In scoreboard

    So im using a skript from Obey0001 which is a scoreboard, aka the file i uploaded and im trying to make it so it shows the playtime in the scoreboard. I aleady have a playtime skript but it only does the command. Any helps? Code of the playtime skript since i dont wanna upload the file as...
  3. Avipexe

    Scoreboard showing random player

    Ok so, I have a scoreboard which worked, showed the correct statistics about the correct player, but now, it shows the player who died last to every player (for example, if I die, the scoreboard will display my name and stats for everyone) (I made a command which loops every player and sends...
  4. I

    Scoreboard

    How do I make a scoreboard that shows your money, kills, and rank with vanilla skript? Is it even possible? Thanks!
  5. HenryRenYz

    How to get the score on scoreboard?

    Many other plugin and vanilla command uses scoreboard to transfer data, but I can't find any way to convert entity scores into skript variable, is there any way to do this? There is a way to get player's score by using PAPI placeholders, but it doesn't seem to work when it comes to entity...
  6. NotNinjaTalon

    Solved SkBee scoreboard not working but has no errors on reload

    I'm having issues with my scoreboard. On reload i appears there are no errors but on reconnect the scoreboard doesn't appear nor does it when the player manually does /toggle. If anyone knows what my error and or problem could be please share your thoughts. Thanks, Talon. Scoreboard Skript...
  7. J

    [Solved] Skrayfall's Scoreboard ID

    Hello there, i have a problem: There is this error at my Scoreboard: Here is my Script: Thanks for help Jan Treinzen Does anyone now help?
  8. B

    Scoreboard Hex Colors

    Skript Version (do not put latest): 2.5-alpha6-MH Skript Author: Bensku Minecraft Version: 1.16.1 --- Full Code: every 5 seconds: loop all players: wipe loop-player's sidebar set name of sidebar of loop-players to "<##d02c2c>- <##b79268>&lPotato&6&lSIM <##d02c2c>-"...
  9. NotNinjaTalon

    Scoreboard Toggle Issue (SkBee)

    I am having issues with my /toggle command, the scoreboard functions properly and /toggle switches between them but when a player enables the scoreboard then decides to disconnect & rejoin the scoreboard doesn't display on. I assume I have messed up somewhere within my on join event, if anyone...
  10. I

    Using procent signs in a string?

    Hello. So I was wondering how I could use percent signs inside a string. I have searched for the problem and I could not find anything that would help me. Thanks, ICoding.
  11. K

    Solved Players in a certain world

    Hi! is there a way to show the players in ONE WORLD only im trying to do a scoreboard help pls
  12. K

    Scoreboard issue

    on player world change: if world is "Dupe": wipe player's sidebar set name of sidebar of player to "&d&lGalaxyDupe" set score "" in sidebar of player to 4 set score "&d&lYOU" in sidebar of player to 3 set score "&7Name: &d%player%" in sidebar of player...
  13. K

    Scoreboard

    Hello! i am using a Scoreboard skript and i have ran into a problem This doesnt work it doesnt display the &7Guild: please reply as soon as possible!!!!!!! And thanks for your time Also the skript is on player world change: if world is "Dupe": wipe player's sidebar wait 1...
  14. D

    Solved Scoreboard / Sidebar

    Category: Scoreboards / Sidebars Suggested name: doesn't matter. Spigot/Skript Version: What I want: so i have an OP prisons server, and i want a scoreboard for it. i searched on here & found some older requests with scoreboard skripts, tho i couldn't really get them to work, i always met...
  15. F

    variables in strings

    Skript Version: Skript 2.4 Skript Author: fireyburst1097 Minecraft Version: 1.15.2 --- every 5 seconds: loop all players: wipe loop-player sidebar set name of sidebar of loop-player to "&b&l&nGensMiner" set score "&7" in sidebar of loop-player to 11 set...
  16. F

    (!) Need Scoreboard for Lobby world only (!)

    So I need a scoreboard that displays the server name, player, rank, and the different game modes and how many players are playing them. Thank you.
  17. T

    Solved scoreboard

    Let me ask you a rudimentary question. How do I make a scoreboard? Also, please tell me how to display the rank and money there.
  18. FusionCore

    Scoreboard help

    on join: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&bCliicker" set score "&8&m-&7&m-&3&m-&b&m-&3&m-&7&m-&8&m-" of sidebar of loop-player to 0 set score "&8Money&7: &f%{clicked.coins.%loop-player%}%" of sidebar of loop-player to 1...
  19. L

    Keep setting a § after

    So my animated scoreboard keep setting a "§" after its very annoying here is what it look like :( https://gyazo.com/8a7f1011feb3827ff226cfe4fd5077d3 every 50 ticks: set {name} to "&9&lO" wait 50 ticks set {name} to "&a&lO" wait 50 ticks set {name} to "&4&lO"...
  20. P

    Scoreboard error

    So I have this scoreboard and it is not working, I have the following skript addons, SkBee,SkQuery,TuSke. Do you know the issue? Here are errors. https://cdn.discordapp.com/attachments/677612093607903248/697298177585446932/bffa3c033f99bb8da148958460a4d179.png every 2 second: loop all...