What the problem?:
The scoreboard no show up.
Script:
on join:
if {deaths::%player's uuid%} is not set:
set {deaths::%player's uuid%} to 0
if {kills::%player's uuid%} is not set:
set {kills::%player's uuid%} to 0
while player is online:
set title of player's scoreboard to "&#e7e513G&#e3d212O&#dfc011D&#dcad0fS&#d89a0eO&#d4870dF&#d0750cT&#cc620aH&#c84f09E&#c53c08S&#c12a07A&#bd1705N&#b90404D"
set line 1 of player's scoreboard to " &8&l» &eDeaths: &7%{deaths::%player's uuid%}%"
set line 2 of player's scoreboard to " &8&l» &eKills: &7%{kills::%player's uuid%}%"
set line 3 of player's scoreboard to "&eStats"
set line 4 of player's scoreboard to " "
set line 5 of player's scoreboard to " &8&l» &7%size of all players%&8/&7%max players% &ePlayers"
set line 6 of player's scoreboard to " &8&l» &ePlayer: &7%player%"
set line 7 of player's scoreboard to "&eInfo"
wait 1 second
on death:
attacker is a player
add 1 to {kills::%attacker's uuid%}
on death:
victim is a player
add 1 to {deaths::%victim's uuid%}
The scoreboard no show up.
Script:
on join:
if {deaths::%player's uuid%} is not set:
set {deaths::%player's uuid%} to 0
if {kills::%player's uuid%} is not set:
set {kills::%player's uuid%} to 0
while player is online:
set title of player's scoreboard to "&#e7e513G&#e3d212O&#dfc011D&#dcad0fS&#d89a0eO&#d4870dF&#d0750cT&#cc620aH&#c84f09E&#c53c08S&#c12a07A&#bd1705N&#b90404D"
set line 1 of player's scoreboard to " &8&l» &eDeaths: &7%{deaths::%player's uuid%}%"
set line 2 of player's scoreboard to " &8&l» &eKills: &7%{kills::%player's uuid%}%"
set line 3 of player's scoreboard to "&eStats"
set line 4 of player's scoreboard to " "
set line 5 of player's scoreboard to " &8&l» &7%size of all players%&8/&7%max players% &ePlayers"
set line 6 of player's scoreboard to " &8&l» &ePlayer: &7%player%"
set line 7 of player's scoreboard to "&eInfo"
wait 1 second
on death:
attacker is a player
add 1 to {kills::%attacker's uuid%}
on death:
victim is a player
add 1 to {deaths::%victim's uuid%}