fix: update default config

This commit is contained in:
amyavi 2025-01-21 03:09:36 -03:00
parent 71927e060a
commit c39c65a2cc
No known key found for this signature in database

View file

@ -81,9 +81,8 @@ public class Configuration {
public static class CustomChat {
public @NotNull Component format =
Component.translatable("chat.type.text",
Component.selector("UUID"),
Component.empty()
.append(Component.text("MESSAGE"))
Component.selector("@s"),
Component.text("MESSAGE")
);
}
}