# Commands

`<this>` means that the argument is required. `[this]` means that the argument is optional.

```
/collections
```

* Opens the collection categories menu.
* Requires `aurora.collections.use` permission. (Granted by default to all players)

```
/collections progression <category> [collection]
```

* Opens the menu for a specific category and/or collection if provided.
* Requires `aurora.collections.use.open` permission. (Granted by default to all players)

```
/collections open <player> <category> [silent]
```

* Opens a collection list menu for the specified category.
* If category is none, then the main collection menu will open.
* Requires `aurora.collections.admin.open` permission.
* if `slient` is provided and it is true, then there won't be any notifications sent.

```
/collections reload
```

* Reload all configurations and apply reward correctors to currently online players
* Requires `aurora.collections.admin.reload` permission.

```
/collections add <player> <category> <collection> [silent]
```

* Add progression to a player collection. Collection parameter can be `all` to add progression to every collection in the specified category.
* Requires `aurora.collections.admin.add` permission.
* if `slient` is provided and it is true, then there won't be any notifications sent.

```
/collections remove <player> <category> <collection> [silent]
```

* Removes progression from a player collection. Collection parameter can be `all` to remove progression from every collection in the specified category.
* Requires `aurora.collections.admin.remove` permission.
* if `slient` is provided and it is true, then there won't be any notifications sent.

```
/collections set <player> <category> <collection> [silent]
```

* Sets the progression of a player collection. Collection parameter can be `all` to set progression for every collection in the specified category.
* Requires `aurora.collections.admin.set` permission.
* if `slient` is provided and it is true, then there won't be any notifications sent.

```
/collections reset <player> <category> <collection> [silent]
```

* Resets progression for a collection/category. Both category and collection parameter can be `all` to reset everything or a whole category at once.
* Requires `aurora.collections.admin.reset` permission.
* if `slient` is provided and it is true, then there won't be any notifications sent.
