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
{{ message }}
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.
The trim line breaker config option uses a regex that can match anything that contains at least 1 letter and a hyphen right after therefore making it so if you send a message with a- it will remove the profile click action from the message. This also breaks links that contain a hyphen such as the reward-claim messages.
TextComponent{text='§r§6Click the link to visit our website and claim your reward: §r§bhttps://rewards.hypixel.net/claim-reward/e321be5b§r§r', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
The text was updated successfully, but these errors were encountered:
The trim line breaker config option uses a regex that can match anything that contains at least 1 letter and a hyphen right after therefore making it so if you send a message with
a-
it will remove the profile click action from the message. This also breaks links that contain a hyphen such as the reward-claim messages.Here is an example:
What Hytilities sees a hyphen in.
What Hytilities changes it to:
The text was updated successfully, but these errors were encountered: