# Saint Nicholas

## Admin commands

| Description                   | Command                                      | Permission                                     |
| ----------------------------- | -------------------------------------------- | ---------------------------------------------- |
| Admin's help                  | /SaintNicholas Help Admin                    | AdventSeason.Help.Admin                        |
| Place Assistant               | /SaintNicholas Figure Place                  | AdventSeason.SaintNicholas.Figure.Place        |
| Find Assistant                | /SaintNicholas Figure Find                   | AdventSeason.SaintNicholas.Figure.Find         |
| Remove Assistant              | /SaintNicholas Figure Remove                 | AdventSeason.SaintNicholas.Figure.Remove       |
| Set Assistant's mode          | /SaintNicholas Figure SetMode \<Mode>        | AdventSeason.SaintNicholas.Figure.Mode         |
| Remove all St. Nicholas stats | /SaintNicholas Stats Remove All              | AdventSeason.Stats.SaintNicholas.Remove.All    |
| Remove stats of player        | /SaintNicholas Stats Remove Player \<Player> | AdventSeason.Stats.SaintNicholas.Remove.Player |

#### 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/saint-nicholas.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.
