# Carols

## Admin commands

| Description          | Command                        | Permission                                |
| -------------------- | ------------------------------ | ----------------------------------------- |
| Admin's help         | /Carol Help Admin              | AdventSeason.Help.Admin                   |
| Set carol spawner    | /Carol Spawner Location Place  | AdventSeason.CarolSpawner.Location.Set    |
| Remove carol spawner | /Carol Spawner Location Remove | AdventSeason.CarolSpawner.Location.Remove |
| Play carols          | /Carol Player Play             | AdventSeason.CarolPlayer.Play             |
| Stop playing carols  | /Carol Player Stop             | AdventSeason.CarolPlayer.Stop             |
| Play next carol      | /Carol Player Next             | AdventSeason.CarolPlayer.Next             |

## Explanatory notes

* **\[]** - **Square Brackets** - Optional argument. Command has the same effect, if that argument is not used.
* **<>** - **Less/More than signs** - Mandatory argument. It's a variable.
  * Example: **\<PlayerName>** will be replaced with **SobkySK**


---

# 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.innouniq.com/plugins/archieve/advent-season-2022-edition/command-and-permissions/carols.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.
