updateTennisPoint
Change the points of current game.
Address
/scoreboard/updateTennisPoint [team] [isPlus] [uuid] [sceneId]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | Player 1: Player 1 2: Player 2 |
| argument 2 | Boolean | Whether to increase point true: increase false: decrease |
| argument 3 | String | Unique ID of the scoreboard, non-essential argument, without which is considered to control the global scoreboard displayed on the PGM scene |
| argument 4 | String | Unique ID of a scene, non-essential argument, only required for a private scoreboard |
Example
Increase the point of player 1.
/scoreboard/updateTennisPoint 1 true