Skip to content

Commit

Permalink
Fix text typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Brikster committed Nov 18, 2023
1 parent de037b1 commit f392125
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static final class ChatConfig extends OkaeriConfig {
"* PlaceholderAPI (including relational placeholders)",
"* MiniMessage interactive components (click handlers etc.)",
"* Vault or LuckPerms prefixes/suffixes ({prefix} and {suffix})",
"* Legacy colorcodes format (\"&c&lTHAT'S BOLD TEXT\")",
"* Legacy color codes format (\"&c&lTHAT'S BOLD TEXT\")",
"",
"Use https://webui.advntr.dev/ for convenient format creation"
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class SettingsConfig extends OkaeriConfig {
"Should Chatty ignore vanished recipients?",
"This setting only affects \"no recipients\" message:",
"if true, and everybody is vanished, Chatty will send it.",
"Supports vanished players from Essentials any many others plugins, ",
"Supports vanished players from Essentials and many others plugins, ",
"that hides players with native Bukkit mechanism"
})
private boolean hideVanishedRecipients = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ private List<ComponentPart> parts(Component component) {
* <br>
* If replaceFunction returns null, matched string won't be replaced.
* Processed component should have ending space as a trick for keeping ending styles (for example, component from
* legacy string "&6&lPrefix &e")
* legacy string "&6&lPrefix &e" will lose yellow color without ending space)
* @author Brikster
* @param componentWithEndingSpace the component with ending space
* @param pattern the pattern to match
Expand Down

0 comments on commit f392125

Please sign in to comment.