Jump to content

Stancu1

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Stancu1

  1. On 4/2/2021 at 8:55 PM, _Started_ said:

    Hello I need some help with my scoreboard I am not to sure how to show a players balance (I used Vault and Essentials X) also I dont know how to show the servers TPS and unique server joins. Any help will be greatly appreciated 

    ﹀ Skript ﹀

    function scoreboard(p: player):
        set {_u} to uuid of {_p}
        set line 12 of {_p}'s scoreboard to "&a"
        set line 11 of {_p}'s scoreboard to "&3&lSTATISTICS"
        set line 10 of {_p}'s scoreboard to " &8| &7Rank: &b%{_p}'s group in strict proper case%"
        set line 9 of {_p}'s scoreboard to " &8| &7Balance: &b$ "
        set line 8 of {_p}'s scoreboard to "&b"
        set line 7 of {_p}'s scoreboard to "&3&lSERVER"
        set line 6 of {_p}'s scoreboard to " &8| &7Online: &b%online player count%/%max player count%"
        set line 5 of {_p}'s scoreboard to " &8| &7TPS: &b ? "
        set line 4 of {_p}'s scoreboard to " &8| &7Joins:&b ? "
        set line 3 of {_p}'s scoreboard to "&c"
        set line 2 of {_p}'s scoreboard to "&7&oExtracts.minehut.gg"

    on join:
        set title of player's scoreboard to "&3&lFarmary &7(S1)"
        while player is online:
            scoreboard(player)
            wait 1 seconds

    it doesnt actually say the TPS for the server it just says ?

×
×
  • Create New...