# Features

**UltraCollections 1.0**

* Create unlimited collections & categories for collections (Each is a different file ofc)
* Features 2 collection modes, breaking blocks and picking up items
* Set collection to any item using a ingame command, items with any lore, custom model data... are supported.
* SQLite & MySQL support, MySQL can sync collection data between multiple servers
* You can configure the level items (for example green glass pane when completing a collection level) to run commands or open guis within the collections plugin.
* You can easily create rewards GUIs by creating a new file, then from ingame you can add items to the gui with a command. You could add a helmet, chestplate, leggings and boots, then add commands to those items to open their crafting recipes.
* There's commands such as addxp, setxp, resetcollection & reset to reset player
* Features a wiki explaining everything
* Has anti exploits, blocks thrown by players or placed by players will not count towards collections.
* Set commands to run when people level up (Player or Console commands)
* Leaderboards per collection


---

# 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://docs.pogmc.net/plugins/ultracollections/features.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.
