1.0.5/1.0.6 - Changelog
Fixed issues with the reload and punish commands being run by console returning errors. It will now check for console sender on commands.
Thanks to Refrac for your work on today's update!
- Multiple commands per item is now possible.
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:
- ""
execute: "warn {target} Spam/Hack Accusation/Trolling -s"
should become
execute:
- "warn {target} Spam/Hack Accusation/Trolling -s"