# Advent Calendar

## Player commands

| Description   | Command                        | Permission                                |
| ------------- | ------------------------------ | ----------------------------------------- |
| Open calendar | /AdventCalendar \[Open]        | AdventSeason.GUI.AdventCalendar.Open      |
| Claim benefit | /AdventCalendar Benefit Claim  | AdventSeason.AdventCalendar.Benefit.Claim |
| Player's help | /AdventCalendar Help \[Player] | AdventSeason.Help.Player                  |

## Admin commands

<table><thead><tr><th>Description</th><th width="248.33333333333331">Command</th><th>Permission</th></tr></thead><tbody><tr><td>Admin's help</td><td>/AdventCalendar Help Admin</td><td>AdventSeason.Help.Admin</td></tr><tr><td>Reward Settings</td><td>/AdventCalendar Settings</td><td>AdventSeason.GUI.Settings.Open</td></tr><tr><td>Place Santa</td><td>/AdventCalendar Figure Place</td><td>AdventSeason.AdventCalendar.Figure.Place</td></tr><tr><td>Find Santa</td><td>/AdventCalendar Figure Find</td><td>AdventSeason.AdventCalendar.Figure.Find</td></tr><tr><td>Remove Santa</td><td>/AdventCalendar Figure Remove</td><td>AdventSeason.AdventCalendar.Figure.Remove</td></tr><tr><td>Set Santa's mode</td><td>/AdventCalendar Figure SetMode &#x3C;Mode></td><td>AdventSeason.AdventCalendar.Figure.Mode</td></tr><tr><td>Remove all calendar stats</td><td>/AdventCalendar Stats Remove All</td><td>AdventSeason.Stats.AdventCalendar.Remove.All</td></tr><tr><td>Remove stats of player</td><td>/AdventCalendar Stats Remove Player &#x3C;Player></td><td>AdventSeason.Stats.AdventCalendar.Remove.Player</td></tr><tr><td>Remove stats of window of player</td><td>/AdventCalendar Stats Remove Player &#x3C;Player> &#x3C;Window></td><td>AdventSeason.Stats.AdventCalendar.Remove.All</td></tr></tbody></table>

## 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/advent-calendar.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.
