WiIIiam278 / HuskChat

A simple & customizable no-frills Minecraft chat system
https://william278.net/project/huskchat
Apache License 2.0
78 stars 33 forks source link

Strange behavior of permission `huskchat.formatted_chat` #222

Open lolplay123 opened 3 months ago

lolplay123 commented 3 months ago

Apparently, if the permission of huskchat.formatted_chat is true, if you type ???? in the chat, ???? will not be displayed, but nothing will be displayed like &r. If you set it to false, ???? will be displayed as before, but you will no longer be able to use &5, &l, etc. Also, what's strange is that if you type ???, ??? will be displayed, but if you type ????? only one ? will be displayed. スクリーンショット 2024-04-10 172208 スクリーンショット 2024-04-10 172216

dlee13 commented 3 months ago

That is caused by MineDown's inline obfuscated formatting. Every group of 4 question marks collapses to nothing. The same happens for bold, italic, underlined, and strikethrough.

WiIIiam278 commented 3 months ago

dlee is right but I removed that from my fork of MineDown so it shouldnt happen