setHomeTeamScore
Set the score of home team.
Address
/scoreboard/setHomeTeamScore [score] [uuid]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The score of home team |
argument 2 | String | Unique ID of the scoreboard, non-essential argument, without which is considered to control the scoreboard displayed on the PGM scene |
Example
Set the score of home team to 10.
/scoreboard/setHomeTeamScore 10
Note: Floating point numbers will be rounded down.
/scoreboard/setHomeTeamScore 1.9 = /scoreboard/setHomeTeamScore 1