jonesdevelopment / sonar

Sonar is a lightweight, effective and easy-to-use anti-bot plugin for Velocity, BungeeCord, and Bukkit.
https://docs.jonesdev.xyz
GNU General Public License v3.0
141 stars 12 forks source link

Bug Report: Gradients are displayed wrongly on <1.16 #401

Closed jonesdevelopment closed 1 month ago

jonesdevelopment commented 1 month ago

General information

Sonar only uses one MiniMessage encoder, and that's for Minecraft 1.16 and above. As a result, MiniMessage treats all messages as messages that are supported by Minecraft, which is not the case for pre-1.16 clients. Therefore, a separate encoder for pre-1.16 clients that explicitly does not support gradients should be implemented.

Steps to reproduce

  1. Add a gradient to the prefix or a disconnect message
  2. Join the server with a pre-1.16 client

Sonar dump

/

Additional information

No response

jonesdevelopment commented 1 month ago

image