Skip to content

πŸš€ 5.0.0-alpha

Compare
Choose a tag to compare
@micartey micartey released this 06 Oct 14:01
· 2 commits to master since this release

The 5.0.0 has just released!

If you find a bug, create an issue on GitHub here.
Please make sure to download the newest version of Cardinal from GitHub!

Summary

This release improves performance and network traffic.
Especially with the introduced config options for target trackers in the Config.yml.

The update also fixes documentation in the config files through the use of a custom YAML parser:
https://github.com/micartey/mvml

There are also some new checks, most notably: InvMove Type A

Important Note

Please delete the following lines in the Config.yml:

BanManager:
...
  command:
    kick: 
    - kick %player% %reason%
    tempban: 
    - ban %player% %reason%
    permban: 
    - ban %player% %reason%

The new YAML parser does not support this list syntax.