From 41c389910c98c6897058822cf27ddca90a78e992 Mon Sep 17 00:00:00 2001 From: Carm Date: Wed, 13 Sep 2023 02:49:01 +0800 Subject: [PATCH] chore(book): Originally add BLACK color code to texts. --- .../plugin/votepass/game/ui/admin/AdminHandleGUI.java | 4 ++-- .../plugin/votepass/game/ui/vote/VoteHandleGUI.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/game/plugin/src/main/java/com/artformgames/plugin/votepass/game/ui/admin/AdminHandleGUI.java b/game/plugin/src/main/java/com/artformgames/plugin/votepass/game/ui/admin/AdminHandleGUI.java index e32fa6f..f720bd7 100644 --- a/game/plugin/src/main/java/com/artformgames/plugin/votepass/game/ui/admin/AdminHandleGUI.java +++ b/game/plugin/src/main/java/com/artformgames/plugin/votepass/game/ui/admin/AdminHandleGUI.java @@ -158,8 +158,8 @@ public static final class BOOK extends ConfigurationRoot { public static final ConfiguredMessageList RETURN = PluginMessages.list() .defaults( - "All answers have been displayed.", - "[Click here](hover=Click to return to the details page and continue processing related answers. run_command=/votepass manage %(id)) to return to the request details page." + "&0All answers have been displayed.", + "[&2&l[Click here]](hover=Click to return to the details page and continue processing related answers. run_command=/votepass manage %(id))&0 to return to the request details page." ).params("id") .build(); diff --git a/game/plugin/src/main/java/com/artformgames/plugin/votepass/game/ui/vote/VoteHandleGUI.java b/game/plugin/src/main/java/com/artformgames/plugin/votepass/game/ui/vote/VoteHandleGUI.java index 940e998..9413cbf 100644 --- a/game/plugin/src/main/java/com/artformgames/plugin/votepass/game/ui/vote/VoteHandleGUI.java +++ b/game/plugin/src/main/java/com/artformgames/plugin/votepass/game/ui/vote/VoteHandleGUI.java @@ -222,8 +222,8 @@ public static final class BOOK extends ConfigurationRoot { public static final ConfiguredMessageList RETURN = PluginMessages.list() .defaults( - "All answers have been displayed.", - "[Click here](hover=Click to return to the details page and continue processing related answers. run_command=/votepass handle %(id)) to return to the request details page." + "&0All answers have been displayed.", + "[&2&l[Click here]](hover=Click to return to the details page and continue processing related answers. run_command=/votepass handle %(id))&0 to return to the request details page." ).params("id") .build();