Fixed long messages being formatted incorrectly under BungeeCord.
Added mute notification for muted players. When a player is muted, they will be notified regardless of whether they can see broadcasts or not.
Added "require_ban_mute_reason" option to the configuration.
Code (Text):
# If set, a ban or mute reason must be provided, otherwise players will get an error.
# When set to false, "default_ban_reason" and "default_mute_reason" in messages.yml are used as reasons when no reason is provided.
require_ban_mute_reason: false
As with all other messages, these messages are configurable.