#Scoreboard with showing rank with colors

1 messages · Page 1 of 1 (latest)

cunning otter
#

heres the code rn

#

`function sidebar(p: player):
clear {_p}'s scoreboard
set title of {_p}'s scoreboard to "&eMy Server"
set line 4 of {_p}'s scoreboard to "&a" #blank line
set line 3 of {_p}'s scoreboard to "&fPlayer: %{_p}%"
set line 2 of {_p}'s scoreboard to "&3Rank: %colored {_p}'s prefix%"
set line 1 of {_p}'s scoreboard to "&7Server Ip: mc.myserver.net"

every 1 second:
loop all players:
sidebar(loop-player)`