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();