Skip to content

Commit

Permalink
Fix default message for removing lore using the wrong colour for clos…
Browse files Browse the repository at this point in the history
…ing speech mark, closes #648
  • Loading branch information
renbinden committed Jan 13, 2024
1 parent 813b8a7 commit 08d9dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ item-invalid-material: '&cCould not find a material by that name.'
item-usage: '&cUsage: /item [type] [amount]'
item-meta-set-name-valid: '&aSet item display name to ${name}.'
item-meta-add-lore-valid: '&aAdded lore: "${lore}&a".'
item-meta-remove-lore-valid: '&cRemoved lore: "${lore}&a".'
item-meta-remove-lore-valid: '&cRemoved lore: "${lore}&c".'
item-meta-remove-lore-invalid-lore-item: '&cThat item does not have that piece of lore.'
item-meta-remove-lore-invalid-lore: '&cThat item does not have any lore.'
item-meta-usage: '&cUsage: /itemmeta [setname|addlore|removelore] [name|lore]'
Expand Down

0 comments on commit 08d9dba

Please sign in to comment.