0.2a #1
NothingSpecific
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
This discussion was created from the release 0.2a.
Beta Was this translation helpful? Give feedback.
All reactions