# Grinch

### Player commands <a href="#player-commands" id="player-commands"></a>

| Description          | Command                | Permission                   |
| -------------------- | ---------------------- | ---------------------------- |
| Open interactive GUI | /Grinch \[Open]        | AdventSeason.GUI.Grinch.Open |
| Player's help        | /Grinch Help \[Player] | AdventSeason.Help.Player     |

## Admin commands

| Description             | Command                               | Permission                              |
| ----------------------- | ------------------------------------- | --------------------------------------- |
| Admin's help            | /Grinch Help Admin                    | AdventSeason.Help.Admin                 |
| Place Grinch            | /Grinch Figure Place                  | AdventSeason.Grinch.Figure.Place        |
| Find Grinch             | /Grinch Figure Find                   | AdventSeason.Grinch.Figure.Find         |
| Remove Grinch           | /Grinch Figure Remove                 | AdventSeason.Grinch.Figure.Remove       |
| Set Grinch's mode       | /Grinch Figure SetMode \<Mode>        | AdventSeason.Grinch.Figure.Mode         |
| Remove all Grinch stats | /Grinch Stats Remove All              | AdventSeason.Stats.Grinch.Remove.All    |
| Remove stats of player  | /Grinch Stats Remove Player \<Player> | AdventSeason.Stats.Grinch.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/grinch.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.
