# Christmas Mail

## Player commands

|                          |                                                  |                                            |
| ------------------------ | ------------------------------------------------ | ------------------------------------------ |
| Open interactive GUI     | /ChristmasMail \[Open]                           | AdventSeason.GUI.ChristmasMail.Open        |
| Player's help            | /ChristmasMail Help \[Player]                    | AdventSeason.Help.Player                   |
| Create MailBox           | /ChristmasMail MailBox Create \<Player>          | AdventSeason.ChristmasMail.MailBox.Create  |
| Send Wish                | /ChristmasMail MailBox Wish \<Player> \<Message> | AdventSeason.ChristmasMail.MailBox.Message |
| Send Gift (Item in hand) | /ChristmasMail MailBox Gift \<Player>            | AdventSeason.ChristmasMail.MailBox.Gift    |

## Admin commands

|                        |                                              |                                                |
| ---------------------- | -------------------------------------------- | ---------------------------------------------- |
| Admin's help           | /ChristmasMail Help Admin                    | AdventSeason.Help.Admin                        |
| Place Elf              | /ChristmasMail Figure Place                  | AdventSeason.ChristmasMail.Figure.Place        |
| Find Elf               | /ChristmasMail Figure Find                   | AdventSeason.ChristmasMail.Figure.Find         |
| Remove Elf             | /ChristmasMail Figure Remove                 | AdventSeason.ChristmasMail.Figure.Remove       |
| Set Elf's mode         | /ChristmasMail Figure SetMode \<Mode>        | AdventSeason.ChristmasMail.Figure.Mode         |
| Remove all mail stats  | /ChristmasMail Stats Remove All              | AdventSeason.Stats.ChristmasMail.Remove.All    |
| Remove stats of player | /ChristmasMail Stats Remove Player \<Player> | AdventSeason.Stats.ChristmasMail.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/christmas-mail.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.
