Skip to content

Commit

Permalink
update messages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 22, 2024
1 parent a762754 commit dbf6faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void registerComments(CommentsConfiguration conf) {
}

@Comment("A list of available placeholders: {crate}, {player}")
public static final Property<String> opened_a_crate = newProperty("command.open.opened-a-crate", "{prefix}<gray>You have opened the <gold>{crate} for <gold>{player}.");
public static final Property<String> opened_a_crate = newProperty("command.open.opened-a-crate", "{prefix}<gray>You have opened the {crate} <gray>for <gold>{player}.");

@Comment("A list of available placeholders: {amount}, {player}, {keytype}")
public static final Property<String> gave_a_player_keys = newProperty("command.give.given-player-keys", "{prefix}<gray>You have given <gold>{player} {amount} <gray>key(s).");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ crates:
command:
open:
# A list of available placeholders: {crate}, {player}
opened-a-crate: "{prefix}<gray>You have opened the <gold>{crate} for <gold>{player}."
opened-a-crate: "{prefix}<gray>You have opened the {crate} <gray>for <gold>{player}."
give:
# A list of available placeholders: {amount}, {player}, {keytype}
given-player-keys: "{prefix}<gray>You have given <gold>{player} {amount} <gray>key(s)."
Expand Down

0 comments on commit dbf6faf

Please sign in to comment.