#need a skript for how much block broken on the right side like a leaderboard and a like 1st place 2

1 messages · Page 1 of 1 (latest)

hollow dock
#

Make a variable to keep track of breaks, then use a leaderboard skript to get the top 3

boreal grove
#

#job-board

Otherwise attempt it yourself and we can help with any issues

toxic sundial
#

I trying to make one for u

#
# if you found any error msg me in discord because i doesn't tried it

# if you need any help msg me in discord



on join:
    if {blocksmined::%player's uuid%} is not set:
        set {blocksmined::%player's uuid%} to 0

    while players is online:
        set title of player's scoreboard to "    &f&l[Server Name]    "
        set line 3 of player's scoreboard to "&7------------------"
        set line 2 of player's scoreboard to "  &7>  &3Blocks Mined: %{blocksmined::%player's uuid%}%"
        set line 1 of player's scoreboard to "&7------------------"
        wait 1 second

on block break:
    player's tool is any pickaxe
    add 1 to {blocksmined::%player's uuid%}

Edit: I Doesn't tried it for minehut is currently closed

boreal grove
#

how do you know what plugins they use for the scoreboard?

toxic sundial
#

skRayFall

#

and Skbee

hollow dock
#

Dont use both?

#

Just skbee