Plugin Help [Skript] Scoreboard

Discussion in 'Plugin Help/Development/Requests' started by SvenVerhelpen, Nov 17, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    SvenVerhelpen

    So, I made a scoreboard in Skript to show the player's money but I want that it displays the money on a new row and not in the score of the player

    Current code:
    Code:
    on join:
        display board named "&6&lTest" to player
        make score "&7&l%player%" in board of player to {money.%player%}
        move display of player to sidebar
    But I need something like this:
    Code:
    on join:
        display board named "&6&lTest" to player
        make score "&7&l%player%" in board of player to {money.%player%}
        make score "&e{money.%player%}" in board of player to -1
        move display of player to sidebar
    How can I make that?
     
Thread Status:
Not open for further replies.

Share This Page