adjustBall
Modify the number of balls.
Address
/scoreboard/adjustBall [change ball] [uuid]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The number of balls to add or decrease. A positive value is to add, and a negative value is to decrease. |
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 number of balls by 1.
/scoreboard/adjustBall 1
Note: Floating point numbers will be rounded down.
/scoreboard/adjustBall 1.9 = /scoreboard/adjustBall 1