You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using LegacyComponentSerializer.legacySection().serialize(input) and PlainTextComponentSerializer.legacySection().serialize(input), there is bracket that appear.
So, instead of having "Name", you have "[Name]". Example:
(Only tested on spigot 1.20.4 & more)
When using
LegacyComponentSerializer.legacySection().serialize(input)
andPlainTextComponentSerializer.legacySection().serialize(input)
, there is bracket that appear.So, instead of having "Name", you have "[Name]". Example:
Full reproductible code:
The text was updated successfully, but these errors were encountered: