It is important to read the changelog if you use the msg system!
NOTE: For some reason it doesn't run on Java 8. A fix can be downloaded in the bugs channel of the NetworkManager Discord. This will be fixed in the next release.
Changelog:
- Fixed issue with registering incorrect punishment commands on spigot.
- Fix issue with redis caching.
- Fix wrong response in find command when player is no longer online.
- Should fix issue with msg and spam module
- Disable socialspy and commandspy on login without permissions.
- Finished Dao system for MySQL and MariaDB.
- Block .gg domain in Anti-Ad
- Fix issue with punishment time limits. Now it will always use the longest time possible.
- Fix errors when reloading servermanager.
- Added support for servergroups to the commandblocker.
- Cleanup glist a tiny bit and use displayName
- Fixed issue with announcements expiring over and over again.
- Should fix errors when generating tables.
- Updated default `lang_msg_sender` and `lang_msg_receiver` to `&c| &8[&6%sender_server%&8] &b%sender% &7> &8[&6%receiver_server%&8] &b%receiver%&7: &f%message%` and `&c| &8[&6%server-sender%&8] &b%sender% &7> &8[&6%server-receiver%&8] &b%receiver%&7: &f%message%`. Make sure to update the placeholders you're currently using.
- Updated msg and reply command to support more placeholders.
- Various changes that should fix some issues and clean up code
- Added a new placeholder type which allows you to use a lot more placeholders in msg for example. `%parseother_{playername placeholder}_{luckperms_prefix}%` (luckperms_prefix is a placeholder in this example and the placeholder has to be without the percent %)
- Format displayname when applying nickname to prevent issues with default /glist for example.
- Improved code when loading player data.
- Updated dependencies.
- General code cleanup