mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
docs: add /teams command entry and scoreboard teams bot API section
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/5dff6cc2-149d-431b-b0b1-2b29128a428e Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
This commit is contained in:
parent
fdbffcc5bb
commit
4c54d2bbb7
2 changed files with 86 additions and 0 deletions
|
|
@ -953,6 +953,30 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><code>teams</code></summary>
|
||||
|
||||
- **Description:**
|
||||
|
||||
List all scoreboard teams the server has sent, along with their members and settings.
|
||||
|
||||
- **Usage:**
|
||||
|
||||
```
|
||||
/teams
|
||||
```
|
||||
|
||||
- **Example output:**
|
||||
|
||||
```
|
||||
Team 'RedTeam' (display: RedTeam, color: 12, prefix: '', suffix: '', nameTagVisibility: always, collisionRule: always, friendlyFire: True, seeInvisibles: True)
|
||||
Members (2): Steve, Alex
|
||||
Team 'BlueTeam' (display: BlueTeam, color: 9, prefix: '', suffix: '', nameTagVisibility: always, collisionRule: always, friendlyFire: True, seeInvisibles: True)
|
||||
No members.
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><code>useitem</code></summary>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue