AI Detection Configuration: Introduced the option to control the notification behavior during AI analysis. The message that notifies players of ongoing analysis is now only sent if the "ai-settings.notify-analysis" parameter is set to true in the configuration file. By default, this setting is enabled.
Custom Message Suffix (message-suffix): Added a new configuration option, "message-suffix", allowing server administrators to define a custom suffix for chat messages. This setting supports Minecraft color codes and enhances message formatting consistency.
Default value: message-suffix: "&f: ".
Bug Fixes:
Message Formatting Fix: Fixed an issue where non-censored messages were still being formatted incorrectly, leading to unwanted brackets appearing in chat. The plugin now correctly handles both censored and non-censored messages, ensuring they follow the expected format as defined by the server configuration. Additionally, this fix prevents conflicts with third-party plugins like EssentialX that may alter message formatting.