Better prespace system for chatmessages

This commit is contained in:
2023-10-01 01:40:31 +02:00
parent 8304b6a105
commit de79433c32
5 changed files with 20 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ public class DebugCommand extends Command {
add("Test");
}
};
new ChatMessage(Icon.STAR)
new ChatMessage(Icon.STAR, true)
.appendTranslated("score#result")
.newLine()
.indent()