> For the complete documentation index, see [llms.txt](https://wiki.helpch.at/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.helpch.at/glares-plugins/voteparty/changelogs/v2.1.md).

# v2.1

**Features**

* Implemented offline vote claiming. If enabled, when a player votes offline, they will be able to do /vp claim when they log in to claim their rewards!
* Added a config option to notify a player when they login if they have rewards to claim
* Implemented automatic language file updates (please let me know if you have issues). Missing messages (typically new ones) will now be added if they are not in there.
* Added Dutch language support!

**Bug Fixes**

* Fixed a bug with particle hooks on specific versions of MC

**Changes**

* Updated French Translations
* Default vote saving time has been changed to 5 minutes
* Cleaned up logic behind getting player votes in last X amount of time to possibly fix a few future issues
* Cleaned up backend user handling to be able to scale easier in the future


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.helpch.at/glares-plugins/voteparty/changelogs/v2.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
