> For the complete documentation index, see [llms.txt](https://punishmentgui.bghddevelopment.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://punishmentgui.bghddevelopment.com/update-changelogs/1.0.5-changelog.md).

# 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"
```
