Skip to content

Commit

Permalink
Close hover tag in replacements config
Browse files Browse the repository at this point in the history
  • Loading branch information
Brikster committed Feb 5, 2024
1 parent 15522ff commit ae682b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ReplacementsConfig extends OkaeriConfig {
@Comment("You can use it as placeholder in any config with {r_key}, e.g. {r_player_info}.")
private Map<String, String> replacements = Map.of(
"player_info",
"<hover:'&2Click here to PM %player%'><click:'suggest_command':'/msg %player% '>%player%</click><hover>"
"<hover:'&2Click here to PM %player%'><click:'suggest_command':'/msg %player% '>%player%</click></hover>"
);

}

0 comments on commit ae682b2

Please sign in to comment.