scoreboards

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

    Top Kills Scoreboard

    I'm trying to make a top kills scoreboard for my server, and I don't know how I would do it. Any help?
  2. C

    Scoreboard

    Hello I need help with my scoreboard. My script: https://pastebin.com/CK0MgK7d It always comes the error: 'player' is not an item stack (Scoreboard.sk, line ...: .....) I am happy about any help! German: Hallo Ich brauche Hilfe bei meinen Scoreboard. Mein Skript...
  3. Adrihun

    Solved Stylish scoreboards 50mb

    So I'm trying to make A scoreboard animation with skelett scoreboard. on join: player has permission "scoreboarddzz.use" wait 1 second while player is online: set title of stylish scoreboard "test-%player%" to "&dLol" if player is not online: stop...
  4. Adrihun

    Solved Need help with Scoreboards

    I can't make Scoreboards work. This is my code: on join: createBoard(player, "KITBOARD", 15) set title of stylish scoreboard "KITBOARD-%player%" to " &a&lKITPVP " set stylish scoreboard of player to "KITBOARD-%player%" updateBoard(player) function updateBoard(p: player)...