Hey,
I have a scoreboard, I wanted to add a Location section using WorldGuard regions. How can I put the current region in my scoreboard on score 2?
code:
command /scoreb:
trigger:
wipe player's sidebar
wait 3 ticks
set score "" in sidebar of player to 4
set score "&7Location:" in sidebar of player to 3
set score "" in sidebar of player to 2
set score "" in sidebar of player to 1
I have a scoreboard, I wanted to add a Location section using WorldGuard regions. How can I put the current region in my scoreboard on score 2?
code:
command /scoreb:
trigger:
wipe player's sidebar
wait 3 ticks
set score "" in sidebar of player to 4
set score "&7Location:" in sidebar of player to 3
set score "" in sidebar of player to 2
set score "" in sidebar of player to 1