We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e69828 commit 83f19eeCopy full SHA for 83f19ee
src/main/java/com/cssbham/minecraftcore/util/MessageUtil.java
@@ -22,6 +22,6 @@ public static String getChatColor(String color) {
22
}
23
24
public static String sanitise(String message) {
25
- return ChatColor.stripColor(MarkdownSanitizer.sanitize(message));
+ return ChatColor.stripColor(MarkdownSanitizer.sanitize(message).replace("@", "(at)"));
26
27
0 commit comments