Skip to content

Commit

Permalink
chore(book): Originally add BLACK color code to texts.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Sep 12, 2023
1 parent f323ff1 commit 41c3899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ public static final class BOOK extends ConfigurationRoot {

public static final ConfiguredMessageList<BaseComponent[]> 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();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ public static final class BOOK extends ConfigurationRoot {

public static final ConfiguredMessageList<BaseComponent[]> 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();

Expand Down

0 comments on commit 41c3899

Please sign in to comment.