setTimeFormat
Set time format.
Address
/scoreboard/setTimeFormat [type] [uuid]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | Time format. 0: h:mm:ss 1: mm:ss 2: mm:ss.d 3: mm:ss, ss.d |
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 time format to h:mm:ss
/scoreboard/setTimeFormat 0
Note: Floating point numbers will be rounded down.
/scoreboard/setTimeFormat 1.9 = /scoreboard/setTimeFormat 1