Note: Test this build first before using it in production if you want to be 100% sure.
Changes:
- Added support for regex permissions. You can now add permissions with regex by adding r=<permission> or R=<permission>. As an example adding r=networkmanager\.commands.(find|lookup) will give permissions for /lookup and /find.
- Improved the /announce command to use the internals of the announcement system to prevent code duplication and keep things simple.
- Added AnnounceEvent.
- Added PermissionLogger to bungeecord
- In the last update I forgot to register the nickname command. It will now be registered again.
- Check for invalid punishments when loading them.
- Fixed exempt permissions not working when punishing a player.