mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 19:56:15 +00:00
fix: update default config
This commit is contained in:
parent
71927e060a
commit
c39c65a2cc
1 changed files with 2 additions and 3 deletions
|
|
@ -81,9 +81,8 @@ public class Configuration {
|
||||||
public static class CustomChat {
|
public static class CustomChat {
|
||||||
public @NotNull Component format =
|
public @NotNull Component format =
|
||||||
Component.translatable("chat.type.text",
|
Component.translatable("chat.type.text",
|
||||||
Component.selector("UUID"),
|
Component.selector("@s"),
|
||||||
Component.empty()
|
Component.text("MESSAGE")
|
||||||
.append(Component.text("MESSAGE"))
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue