File tree Expand file tree Collapse file tree
chatformatter-core/src/main/java/com/eternalcode/formatter
chatformatter-paper-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ class ChatHandlerImpl implements ChatHandler {
6464 .put ("chatformatter.selector" , StandardTags .selector ())
6565 .put ("chatformatter.keybind" , StandardTags .keybind ())
6666 .put ("chatformatter.newline" , StandardTags .newline ())
67+ .put ("chatformatter.rainbow" , StandardTags .rainbow ())
6768 .build ();
6869
6970 private static final GsonComponentSerializer GSON = GsonComponentSerializer .gson ();
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ bukkit {
3939 " chatformatter.translatable" ,
4040 " chatformatter.selector" ,
4141 " chatformatter.keybind" ,
42- " chatformatter.newline"
42+ " chatformatter.newline" ,
43+ " chatformatter.rainbow"
4344 )
4445 default = Default .OP
4546 }
@@ -67,6 +68,7 @@ bukkit {
6768 register(" chatformatter.selector" ) { default = Default .OP }
6869 register(" chatformatter.keybind" ) { default = Default .OP }
6970 register(" chatformatter.newline" ) { default = Default .OP }
71+ register(" chatformatter.rainbow" ) { default = Default .OP }
7072
7173 register(" chatformatter.color.*" ) {
7274 children = listOf (
You can’t perform that action at this time.
0 commit comments