equal
deleted
inserted
replaced
31 |
31 |
32 === Special values for `siPointType` (1.0.0) === |
32 === Special values for `siPointType` (1.0.0) === |
33 |
33 |
34 For `siPointType`, we support a few common point types. Just set `statMessage` to one of the following special values below: |
34 For `siPointType`, we support a few common point types. Just set `statMessage` to one of the following special values below: |
35 |
35 |
36 || Value of `statMessage` || Meaning || Example || |
36 || *Value of `statMessage`* || *Meaning* || *Example* || |
37 || `"!POINTS"` || Number of points || (25 points) || |
37 || `"!POINTS"` || Number of points || (25 points) || |
38 || `"!CRATES"` || Number of crates || (25 crates) || |
38 || `"!CRATES"` || Number of crates || (25 crates) || |
39 || `"!TIME"` || Number of millisecons || (0.025 seconds) || |
39 || `"!TIME"` || Number of millisecons || (0.025 seconds) || |
40 || `"!EMPTY"` || Don't display anything besides the team name || || |
40 || `"!EMPTY"` || Don't display anything besides the team name || || |
41 |
41 |