# Teams

Teams are a fun way to join and play with other players on the server!

**Some commands to set up and enjoy your team includes:**

<table><thead><tr><th width="221">Command</th><th>What it does</th></tr></thead><tbody><tr><td>/team</td><td>opens the team window -- see below</td></tr><tr><td>/team gui</td><td>opens the team window -- see below</td></tr><tr><td>/team help</td><td>displays a help message listing all the /team commands</td></tr><tr><td>/team create</td><td>create a team (write the name of your team in chat -- up to 15 characters)</td></tr><tr><td>/team invite playername</td><td>invite players on the server to your team (only doing /team invite will open the /team help window)</td></tr><tr><td>/team accept playername</td><td>accept someone's invite to your team (if a team owner asks you to join)</td></tr><tr><td>/team deny playername</td><td>deny someone's invite to your team  (if a team owner asks you to join)</td></tr><tr><td>/teamchat message</td><td>send a message to everyone in your team</td></tr><tr><td>/team stats</td><td>open the stats menu to see how much your team has done (Level: total XP, money, playtime, kills, deaths, killed mobs, placed blocks, and broken blocks)</td></tr><tr><td>/team home</td><td>open the home menu</td></tr><tr><td>/team ally add playername</td><td>create an alliance with another team owner (must be for the team owner who created the other team)</td></tr><tr><td>/allychat message</td><td>send a message to everyone in your team and the alliance team</td></tr><tr><td>/team ally remove teamname</td><td>revoke an alliance (make sure you check to see what the team name is)</td></tr><tr><td>/team leaderboard</td><td>opens the gui to see the team stats (individual statistics of your team members)</td></tr><tr><td>/team home</td><td>click the red bed in the gui to go to the home set by your team leader; use the nether star to set a new home</td></tr></tbody></table>

**The team gui has many options:**

<figure><img src="/files/NH1EftiNkaHADDqvZmjI" alt=""><figcaption></figcaption></figure>

| Gui item            | What it does  | Details                                                                                                                       |
| ------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Dark oak door       | leave team    | allows you to leave your team                                                                                                 |
| Chest               | invites       | allows you to view the invites you receive for your team                                                                      |
| Clock               | team stats    | view the stats of your team  (Level: total XP, money, playtime, kills, deaths, killed mobs, placed blocks, and broken blocks) |
| Red bed             | team home     | allows you to teleport or set your team home (red bed--teleport; nether star--set home)                                       |
| Green banner        | members       | allows you to see the list of all members                                                                                     |
|                     | remove member | shift + click on the player head to remove a team member                                                                      |
| Iron sword          | team allies   | allows you to view allies                                                                                                     |
| minecart with chest | team settings | open the settings menu for your team                                                                                          |

**Team settings opens a separate menu:**

<figure><img src="/files/tZABalnniNvOhWI9dJrf" alt=""><figcaption></figcaption></figure>

| Gui item                | What it does                                         | Details                                                                                                                                                           |
| ----------------------- | ---------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Spectral arrow          | Go back                                              | opens the previous gui menu                                                                                                                                       |
| Name tag                | Team name                                            | hover shows the current team name; clicking on the name tag will allow you to change your team name                                                               |
| Green banner            | Team tag                                             | shares current team tag (provided by the system originally); clicking on the banner will let you change the team tag                                              |
| Green wool block        | Friendly fire                                        | clicking on this will enable team players to hit and do damage to one another -- the wool block will turn red to indicate it's off and green to indicate it is on |
| Red wool block (first)  | Disallow teammates to invite people to join the team | only the team owner can invite people to join the team                                                                                                            |
| Red wool block (second) | Disallow teammates to teleport to base               | even if a base is set, no teammembers can teleport to it.                                                                                                         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mineseed.org/mineseed/being-social/teams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
