could someone make a scoreboard for the my skript I want it to say the balance in orange with the words gems
here is the script
variables:
{money::player's uuid} = 0
on left click:
if name of player's held item is "&e&lT1":
add 1 to {money::player's uuid}
command /clicker:
trigger:
give a grass block named "&e&lclickerT1" to player
command /balance:
trigger:
send "%{money::player's uuid}%"