- Added 1.19 support.
- In order for plugin to work on 1.19 Minecraft servers, usage of at least ProtocolLib 5.0.0-SNAPSHOT is required.
- Some things changed due to 1.19 support. On 1.19, all plugin messages are treated as system messages and as such, 'GAME_CHAT' message place is not supported on this version and is now treated as 'SYSTEM_CHAT' in some places to allow smooth transition between Minecraft versions. That is to say, all system messages that used 'GAME_CHAT' message place no longer work and need to be updated and normal game chat editing is no longer supported.
- Keep in mind that everything that was said above only matters on Minecraft server with 1.19 as base version.
- Quality of life improvements.
- Improved code quality and in-game menu for editing messages.
This update might still break on 1.19 so additional testing is advised.