Skip to content

Commit

Permalink
Revert "Update chat styling examples"
Browse files Browse the repository at this point in the history
This reverts commit 073a0e8.
  • Loading branch information
Brikster committed Jul 7, 2024
1 parent 31c7dee commit dc9e8a5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ public class ChatsConfig extends OkaeriConfig {
new ChatSpyConfig(true, "&6[Spy (local)] &r{prefix}{player}{suffix}&8: &f{message}")));
put("global", new ChatConfig(
"Global",
"&7[<hover:show_text:'&aUse &2&l! &afor global chat'><click:suggest_command:!>&6Global</click></hover>&7] &r{prefix}{player}{suffix}&8: {message}",
"&f{original-message}",
"&7[<hover:show_text:'&aUse &2&l! &afor global chat'><click:suggest_command:!>&6Global</click></hover>&7] &r{prefix}{player}{suffix}&8: &f{message}",
"{original-message}",
new HashMap<>() {{
put("red", new ChatStyleConfig(
"&7[<hover:show_text:'&aUse &2&l! &afor global chat'><click:suggest_command:!>&4Global</click></hover>&7] &r{prefix}{player}{suffix}&8: {message}",
"&7[<hover:show_text:'&aUse &2&l! &afor global chat'><click:suggest_command:!>&4Global</click></hover>&7] &r{prefix}{player}{suffix}&8: &c{message}",
"<gradient:#B14444:#972929>{original-message}</gradient>",
10
));
put("green", new ChatStyleConfig(
"&7[<hover:show_text:'&aUse &2&l! &afor global chat'><click:suggest_command:!>&2Global</click></hover>&7] &r{prefix}{player}{suffix}&8: {message}",
"&7[<hover:show_text:'&aUse &2&l! &afor global chat'><click:suggest_command:!>&2Global</click></hover>&7] &r{prefix}{player}{suffix}&8: &a{message}",
"<gradient:#15B120:#19C224>{original-message}</gradient>",
20
));
Expand Down

0 comments on commit dc9e8a5

Please sign in to comment.