adjustHomeTeamScore
Change the score of home team.
Address
/scoreboard/adjustHomeTeamScore [change score] [uuid] [sceneId]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The score to add or decrease. Positive is a plus, and negative is a minus. |
argument 2 | String | Unique ID of the scoreboard, non-essential argument, without which is considered to control the global scoreboard displayed on the PGM scene |
argument 3 | String | Unique ID of a scene, non-essential argument, only required for a private scoreboard |
Example
Increase the score of home team by 2.
/scoreboard/adjustHomeTeamScore 2
Note: Floating point numbers will be rounded down.
/scoreboard/adjustHomeTeamScore 1.9 = /scoreboard/adjustHomeTeamScore 1