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

You must make changes to your existing config for this update to work.

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"

Last updated