
151
0
Список изменений
🚀 X-Chat v1.3-Beta-09 - Changelog
⚙️ Bug Fixes
- Fixed local links not clickable — Links are now built directly via Adventure Component API (
ClickEvent/HoverEvent) instead of embedding MiniMessage string tags. Bypasses any MiniMessage parsing issues with complex nested click/hover tags. - Fixed cross-server link formatting — Same Component API fix ensures the JSON-serialized payload carries proper click/hover events to other servers.
- Fixed mentions not formatting — Mention names are now built as Adventure Components and injected via
Placeholder.component(), guaranteeing correct color/style rendering both locally and cross-server. - Fixed item tag hover/click not working — Item tags now build hover tooltips directly as Adventure Components with
HoverEvent.showText(). Previously the hover text was inserted as visible plain text instead of an actual Minecraft hover event. Item tags also support configurable click actions (suggest command, run command, copy to clipboard). - Fixed interactive player name — Player name hover/click in chat format now uses Adventure Component API instead of embedded MiniMessage string tags, for more reliable rendering.
- Fixed race condition with interactive name resolver —
AsyncPlayerChatEventfires concurrently across threads; the previous instance-field resolver could be overwritten by a second chat before being read. Now passed as a local parameter via anInteractiveNameResultholder. - Hardened cross-server payload delimiter — Switched from
\nto\u0001(SOH) between legacy/JSON/pre-mention parts. The old\ndelimiter could be silently corrupted if a player with MiniMessage permission typed<newline>. Receiver auto-detects the delimiter for backward compatibility with older senders. - Improved cross-server reliability — JSON Component serialization now carries proper interactive events since all local Components are built correctly. Added defensive
NoClassDefFoundErrorfallback on the receiver for very old Spigot, and a one-shot warning ifGsonComponentSerializeris missing from the classpath.
Файлы
X-Chat-Beta.jar(197.40 KiB)
ОсновнойМетаданные
Канал релиза
Beta
Номер версии
1.3-Beta-09
Загрузчики
BukkitFoliaPaperPurpurSpigot
Версии игры
1.16.5–26.2
Загрузок
8
Дата публикации
14.07.2026
