# 1.0.5/1.0.6 - Changelog

## 1.0.5 - Changelog

## Changes

Fixed issues with the reload and punish commands being run by console returning errors. It will now check for console sender on commands.

## 1.0.6 - Changelog

Thanks to Refrac for your work on today's update!

## Changes

* Multiple commands per item is now possible.

## Config Changes&#x20;

{% hint style="danger" %}
**You must make changes to your existing config for this update to work.**&#x20;
{% endhint %}

For each item you have commands for like:

```
execute: ""
```

you must change this to a string list like:

```
execute:
  - ""
```

### Example

```
execute: "warn {target} Spam/Hack Accusation/Trolling -s"
```

should become

```
execute:
  - "warn {target} Spam/Hack Accusation/Trolling -s"
```


---

# 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://punishmentgui.bghddevelopment.com/update-changelogs/1.0.5-changelog.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.
