# Commands & Permissions

## Admin commands

| Command                                                        | Permission             | Description                         |
| -------------------------------------------------------------- | ---------------------- | ----------------------------------- |
| /messageannouncer start                                        | messageannouncer.admin | Start interval announcements        |
| /messageannouncer stop                                         | messageannouncer.admin | Stop interval announcements         |
| /messageannouncer list \<active/all>                           | messageannouncer.admin | List active/all announcements       |
| /messageannouncer send                                         | messageannouncer.admin | Send an announcement to a player    |
| /messageannouncer announce  (player to parse placeholders for) | messageannouncer.admin | Send an announcement to all players |
| /messageannouncer reload                                       | messageannouncer.admin | Reload the config                   |

**Commands aliases**

* **/messageannouncer:** /msgannouncer: /msadmin

## Permissions

| Permission             | Description                                   |
| ---------------------- | --------------------------------------------- |
| messageannouncer.admin | Gives access to all MessageAnnouncer commands |


---

# 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://wiki.helpch.at/clips-plugins/messageannouncer/commands-and-permissions.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.
