> For the complete documentation index, see [llms.txt](https://fluffyworld-2.gitbook.io/fluffyteam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fluffyworld-2.gitbook.io/fluffyteam/my-plugin/commands-and-permissions.md).

# Commands & Permissions

> config.yml

```
commands:
  team:
    aliases:
      - 't'
      - 'guild'
      - 'g'
      - 'clan'
  teamchat:
    aliases:
      - 'tc'
```

## Player Commands&#x20;

`fluffyteam.team.* - for giving permission to players to have all of them.`

<table><thead><tr><th width="310">Command</th><th>Description</th><th>Permission</th></tr></thead><tbody><tr><td>/team create &#x3C;name></td><td>Create a new team</td><td>fluffyteam.team.create</td></tr><tr><td>/team disband</td><td>Disband your team</td><td>fluffyteam.team.disband</td></tr><tr><td>/team menu</td><td>Open the team GUI menu</td><td>-</td></tr><tr><td>/team invite &#x3C;player></td><td>Invite a player to your team</td><td>fluffyteam.team.invite</td></tr><tr><td>/team join &#x3C;team></td><td>Join a team</td><td>fluffyteam.team.join</td></tr><tr><td>/team accept &#x3C;team/player></td><td>Accept an invitation or join request</td><td>-</td></tr><tr><td>/team leave</td><td>Leave your team</td><td>fluffyteam.team.leave</td></tr><tr><td>/team kick &#x3C;player></td><td>Kick a player from your team</td><td>fluffyteam.team.kick</td></tr><tr><td>/team uninvite &#x3C;player></td><td>Cancel a team invitation</td><td>-</td></tr><tr><td>/team setposition &#x3C;player> &#x3C;position></td><td>Set a member's position</td><td>fluffyteam.team.setposition</td></tr><tr><td>/team leader &#x3C;player></td><td>Transfer team leadership</td><td>fluffyteam.team.leader</td></tr><tr><td>/team info &#x3C;player></td><td>View team information</td><td>fluffyteam.team.info</td></tr><tr><td>/team list</td><td>List all teams</td><td>fluffyteam.team.list</td></tr><tr><td>/team top</td><td>View top teams</td><td>fluffyteam.team.top</td></tr><tr><td>/team friendlyfire</td><td>Toggle friendly fire</td><td>fluffyteam.team.friendlyfire</td></tr><tr><td>/team deposit &#x3C;amount></td><td>Deposit money into the team bank</td><td>fluffyteam.team.deposit</td></tr><tr><td>/team withdraw &#x3C;amount></td><td>Withdraw money from the team bank</td><td>fluffyteam.team.withdraw</td></tr><tr><td>/team donate &#x3C;amount></td><td>Donate items for activity points</td><td>fluffyteam.team.donate</td></tr><tr><td>/team home &#x3C;name></td><td>Teleport to a team home</td><td>fluffyteam.team.home</td></tr><tr><td>/team sethome &#x3C;name></td><td>Set a new team home</td><td>fluffyteam.team.sethome</td></tr><tr><td>/team delhome &#x3C;name></td><td>Delete a team home</td><td>fluffyteam.team.delhome</td></tr><tr><td>/team listhomes</td><td>List all team homes</td><td>fluffyteam.team.listhomes</td></tr><tr><td>/team levelup</td><td>Upgrade the team's level</td><td>fluffyteam.team.levelup</td></tr><tr><td>/team rename &#x3C;name></td><td>Rename your team</td><td>fluffyteam.team.rename</td></tr><tr><td>/team regroup &#x3C;home></td><td>Call team members to regroup at a home</td><td>fluffyteam.team.regroup</td></tr><tr><td>/team buff</td><td>Open menu buffs</td><td>fluffyteam.team.buff</td></tr><tr><td>/team vault</td><td>Open menu Vault</td><td>fluffyteam.team.vault</td></tr><tr><td>/tc &#x3C;message></td><td>Send a message in team chat</td><td>fluffyteam.teamchat</td></tr><tr><td>/tc on</td><td>Toggle Chat team</td><td>fluffyteam.teamchat</td></tr><tr><td>/tc off</td><td>Toggle Chat team</td><td>fluffyteam.teamchat</td></tr></tbody></table>

## Admin Commands

| Command                                     | Description                               | Permission       |
| ------------------------------------------- | ----------------------------------------- | ---------------- |
| /team admin addmember \<team> \<player>     | Add a member to the specified team        | fluffyteam.admin |
| /team admin disband \<team>                 | Disband the specified team                | fluffyteam.admin |
| /team admin info \<team>                    | View information of the specified team    | fluffyteam.admin |
| /team admin reload                          | Reload the configuration                  | fluffyteam.admin |
| /team admin removemember \<team> \<player>  | Remove a member from the specified team   | fluffyteam.admin |
| /team admin resetactivity \<team>           | Reset team points                         | fluffyteam.admin |
| /team admin resetactivity \<team> \<player> | Reset team points of members in that team | fluffyteam.admin |
| /team admin setbalance \<team> \<amount>    | Set money for the specified team          | fluffyteam.admin |
| /team admin setlevel \<team> \<level>       | Set level for the specified team          | fluffyteam.admin |
| /team admin webhook                         | Check webhook status                      | fluffyteam.admin |

## Boss Arena Commands

| Command                                            | Description                            | Permission       |
| -------------------------------------------------- | -------------------------------------- | ---------------- |
| /team admin boss reload                            | Reload the configuration               | fluffyteam.admin |
| /team admin boss create \<name>                    | Create a team boss arena               | fluffyteam.admin |
| /team admin boss enable \<name>                    | Enable the specified team boss         | fluffyteam.admin |
| /team admin boss disable \<name>                   | Disable the specified team boss        | fluffyteam.admin |
| /team admin boss list                              | View the list of available team bosses | fluffyteam.admin |
| /team admin boss remove \<name>                    | Delete a team boss arena               | fluffyteam.admin |
| /team admin boss setmob \<arenaName> \<mythicmobs> | Create a boss for the specified arena  | fluffyteam.admin |
| /team admin boss setspawnboss \<arenaName>         | Set the boss spawn point               | fluffyteam.admin |
| /team admin boss setspawnplayer \<arenaName>       | Set the player spawn point             | fluffyteam.admin |
| /team admin boss stop \<arenaName>                 | Force stop the specified boss arena    | fluffyteam.admin |
| /team admin boss wand                              | Wand for creating a boss arena         | fluffyteam.admin |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fluffyworld-2.gitbook.io/fluffyteam/my-plugin/commands-and-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
