Jump to content

Help with Skbee scoreboard


_Started_

Recommended Posts

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

Link to comment
Share on other sites

Balance:

%player's balance%

TPS:

%tps from last 1 minute%
%tps from last 5 minutes%
%tps from last 15 minutes%

https://skripthub.net/docs/?id=2624
 

Unique Joins:

%size of offline players%

 

Edited by SuperOrca
  • Like 1

 

like.gif.653e1b24da93a6ca10eaf5b04e7f0242.gif

Likes are appreciated ❤️

 

Username: SuperOrca

Discord: Link to Profile

Rank: [VIP]

Joined Minehut: August 10, 2017

Joined Forums: June 10, 2019

 

Experienced in Python, Java (mainly spigot), Javascript (node.js, basics of react.js), and Web Development. DM on discord me if you want a custom discord bot for your server (i'm bored).

Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
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 ?

Link to comment
Share on other sites

  • AdjelG locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...