1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

API ScoreboardAPI [DE] [EN] 1.0

create your own scoreboards which do not flicker

  1. Komplexes
    Contributors:
    David D.
    Supported Minecraft Versions:
    • 1.8
    Languages: Deutsch | English

    The ScoreboardAPI is an API which helps you setting up a scoreboard with only 3 steps. The Syntaxes you can find in the part below.

    Code (Text):
    1. wipeSidebar(p: player, name: text)
    2.  So, for example you can do:  wipeSidebar(player, "&f&lYourServer.NET")
    3.      player = the target who's scoreboard should be created      
    4.      "&f&lYourServer.NET" = the name of the scoreboard which should be created
    5.      
    6. setScore(p: player, score: number, id: text, text: text)
    7.  So, for example you can do:  setScore(player, 10, "Scoreboard.Coins", "&6%{coins.%player%}% Coins")
    8.      player = the target who's scoreboard should be created      
    9.      10 = the score of the line which should be created, so as number      
    10.      "Scoreboard.Coins" = the id of the score/line which should be created
    11.      "&6%{coins.%player%}% Coins" = the text which should be created
    12.    
    13. editScore(p: player, score: number, id: text, text: text)
    14.  So, for example you can do:  editScore(player, 10, "Scoreboard.Coins", "&6%{coins.%player%}% Coins")
    15.      player = the target who's scoreboard should be edited      
    16.      10 = the score of the line which should be edited, so as number      
    17.      "Scoreboard.Coins" = the id of the score/line which should be edited
    18.      "&6%{coins.%player%}% Coins" = the text which should be edited

    scoreboard (1).png scoreboard (1).png scoreboard (1).png scoreboard (1).png scoreboard (1).png scoreboard (1).png scoreboard (1).png scoreboard (1).png scoreboard (1).png scoreboard (1).png scoreboard (1).png scoreboard (1).png


    Die ScoreboardAPI ist eine API, die dir ermöglicht ein Scoreboard mit nur 3 Schritten zu erstellen!

    Code (Text):
    1. wipeSidebar(p: player, name: text)
    2.  So, zum Beispiel:  wipeSidebar(player, "&f&lDeinServer.NET")
    3.      player = Der Spieler dessen Scoreboard erstellt werden soll  
    4.      "&f&lDeinServer.NET" = Der Scoreboardname der erstellt werden soll
    5.      
    6. setScore(p: player, score: number, id: text, text: text)
    7.  So, zum Beispiel:  setScoresetScore(player, 10, "Scoreboard.Coins", "&6%{coins.%player%}% Münzen")
    8.      player = Der Spieler dessen Scoreboard erstellt werden soll  
    9.      10 = Die Zeile des Scores welcher erstellt wird
    10.      "Scoreboard.Coins" = Die ID des Scores der erstellt werden soll
    11.      "&6%{coins.%player%}% Münzen" = Der Text der erstellt werden soll
    12.    
    13. editScore(p: player, score: number, id: text, text: text)
    14.  So, zum Beispiel:  editScore(player, 10, "Scoreboard.Coins", "&6%{coins.%player%}% Münzen")
    15.      player = Der Spieler dessen Scoreboard geändert werden soll  
    16.      10 = Die Zeile des Scores welcher geändert wird
    17.      "Scoreboard.Coins" = Die ID des Scores der geändert werden soll
    18.      "&6%{coins.%player%}% Münzen" = Der Text der geändert werden soll




    If you have a question, you can ask it and I'll try to answer it as fast as I can.

    Wenn du eine Frage hast, kannst du sie mir stellen. Ich werde versuchen, diese so schnell wie möglich zu beantworten.


    You can donate if you want :emoji_stuck_out_tongue_winking_eye:
    Donation link: paypal.me/DDvid