# Advent Season

## Player commands

| Description                | Command                                | Permission                             |
| -------------------------- | -------------------------------------- | -------------------------------------- |
| Base command               | /AdventSeason                          |                                        |
| Player's help              | /AdventSeason Help \[Player]           | AdventSeason.Help.Player               |
| Player's info about plugin | /AdventSeason Info \[Player]           | AdventSeason.Info.Player               |
| Change locale              | /AdventSeason Profile Locale \<Locale> | AdventSeason.Profile.Preference.Locale |

## Admin commands

| Description                | Command                        | Permission                     |
| -------------------------- | ------------------------------ | ------------------------------ |
| Admin's help               | /AdventSeason Help Admin       | AdventSeason.Help.Admin        |
| Advanced info about plugin | /AdventSeason Info Admin       | AdventSeason.Info.Admin        |
| Reward settings            | /AdventSeason Settings         | AdventSeason.GUI.Settings.Open |
| Reload whole plugin        | /AdventSeason Reload \[All]    | AdventSeason.Reload.All        |
| Reload localization file   | /AdventSeason Reload Locale    | AdventSeason.Reload.Locale     |
| Reload options file        | /AdventSeason Reload Options   | AdventSeason.Reload.Options    |
| Remove all stats           | /AdventSeason Stats Remove All | AdventSeason.Stats.Remove.All  |

## 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-season.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.
