setGuestTeamScore
Set the score of guest team.
Address
/scoreboard/setGuestTeamScore [score] [uuid]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The score of guest 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 guest team to 10.
/scoreboard/setGuestTeamScore 10
Note: Floating point numbers will be rounded down.
/scoreboard/setGuestTeamScore 1.9 = /scoreboard/setGuestTeamScore 1