> For the complete documentation index, see [llms.txt](https://docs.mythmc.ovh/social/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mythmc.ovh/social/administration/commands.md).

# Commands

| Command                                | Description                                         | Permission                                                                   |
| -------------------------------------- | --------------------------------------------------- | ---------------------------------------------------------------------------- |
| **/social**                            | Main command.                                       |                                                                              |
| /social announcement \<id>             | Displays an announcement to every player by its ID. | social.command.announcement                                                  |
| /social channel \<name>                | Switches to the specified channel.                  | social.command.channel                                                       |
| /social nickname \<nickname>           | Sets your own nickname to \<nickname>.              | social.command.nickname                                                      |
| /social nickname \<nickname> \<player> | Sets \<player>'s nickname to \<nickname>            | social.command.nickname.others                                               |
| /social reload                         | Reloads settings and messages.                      | social.command.reload                                                        |
| /social socialspy                      | Toggles socialspy status.                           | social.command.socialspy                                                     |
| **/reaction**                          | Displays the specified reaction.                    | social.command.reaction                                                      |
| **/group**                             | Main command for managing groups.                   |                                                                              |
| /group alias \<alias>                  | Sets your group's alias to \<alias>.                | <p>social.command.group.alias<br><strong>MUST BE GROUP LEADER</strong></p>   |
| /group create (name)                   | Creates a new group.                                | social.command.group.create                                                  |
| /group chat                            | Switches to the group chat channel.                 | social.command.group.chat                                                    |
| /group join \<code>                    | Joins a group by its code.                          | social.command.group.join                                                    |
| /group kick \<player>                  | Kicks a player from your group.                     | <p>social.command.group.kick<br><strong>MUST BE GROUP LEADER</strong></p>    |
| /group leader \<player>                | Sets your group's leader.                           | <p>social.command.group.leader<br><strong>MUST BE GROUP LEADER</strong></p>  |
| /group leave                           | Abandon your group.                                 | social.command.group.leave                                                   |
| /group disband                         | Disbands your group.                                | <p>social.command.group.disband<br><strong>MUST BE GROUP LEADER</strong></p> |
| /group code                            | Displays your group's code                          | <p>social.command.group.code<br><strong>MUST BE GROUP LEADER</strong></p>    |
| **/pm** \<player> \<message>           | Sends \<message> to \<player>.                      |                                                                              |
|                                        | Allows to mention other players.                    | social.mentions                                                              |
|                                        | Allows to bypass filter restrictions.               | social.filter.bypass                                                         |
|                                        | Gives basic user permissions.                       | social.user                                                                  |

{% hint style="info" %}
Argument types:

* (optional) - Can be omitted
* \<required> - Command won't work without this argument
  {% endhint %}
