# 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**
