Releases: NothingSpecific/BetterNCR
0.3a
This release fixes a potential incompatibility with some chat-related plugins that would accidentally make local messages global. I'm not aware of this being an actual issue, but it could theoretically cause plugin incompatibility and the solution is stupid simple to implement, so really there's no reason not to.
While this is an alpha release, I consider it production-ready due to the absolute simplicity of the codebase. I tested this build with EssentialsX and EssentialsX Chat to ensure it works properly with message formatting and mutes.
If I missed something or there's a bug, submit an issue and it will be fixed as soon as possible.
0.2a
This release fixes an issue with player messages not showing up in the console. It solves this by sending player messages to the console directly as system messages. This issue didn't affect gameplay or compatibility, but could be annoying to server owners wanting to keep track of chat through the console or log file.
This release works at least as well as the Spigot build of No Chat Reports by teakivy (GitHub), although realistically it works better, since the event priority is explicitly set to run after other plugins, and this implementation checks for cancelled chat events before re-sending them as server messages.
While this is an alpha release, I consider it production-ready due to the absolute simplicity of the codebase. I tested this build with EssentialsX and EssentialsX Chat to ensure it works properly with message formatting and mutes.
If I missed something or there's a bug, submit an issue and it will be fixed as soon as possible.
0.1a
The very first release. This release works at least as well as the Spigot build of No Chat Reports by teakivy (GitHub), although realistically it works better, since the event priority is explicitly set to run after other plugins, and this implementation checks for cancelled chat events before re-sending them as server messages.
While this is an alpha release, I consider it production-ready due to the absolute simplicity of the codebase. I tested this build with EssentialsX and EssentialsX Chat to ensure it works properly with message formatting and mutes. If I missed something or there's a bug, submit an issue and it will be fixed in the next build.