adjustStrike
Modify the number of strikes.
Address
/scoreboard/adjustStrike [change strike] [uuid]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The number of strikes 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 strikes by 1.
/scoreboard/adjustStrike 1
Note: Floating point numbers will be rounded down.
/scoreboard/adjustStrike 1.9 = /scoreboard/adjustStrike 1