switchTimingMode
Switch the counting mode of game time.
Address
/scoreboard/switchTimingMode [timing mode] [uuid]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The counting mode. 0: Count-up 1: Countdown |
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 counting mode to countdown.
/scoreboard/switchTimingMode 1
Note: Floating point numbers will be rounded down.
/scoreboard/switchTimingMode 1.9 = /scoreboard/switchTimingMode 1