adjustGuestTeamScore
Change the score of guest team.
Address
/scoreboard/adjustGuestTeamScore [change score] [uuid]
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 scoreboard displayed on the PGM scene |
Example
Increase the score of guest team by 2.
/scoreboard/adjustGuestTeamScore 2
Note: Floating point numbers will be rounded down.
/scoreboard/adjustGuestTeamScore 1.9 = /scoreboard/adjustGuestTeamScore 1