Fixes colored NPC names, and cleans up a bit
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
This commit is contained in:
@ -265,9 +265,6 @@ scrapper:
|
||||
# The message displayed when explaining that enchanted book salvage is disabled
|
||||
cannotSalvageEnchantedBookMessage: "&cI'm sorry, but I'm unable to salvage enchanted books!"
|
||||
|
||||
# The message displayed when a player attempts to salvage an enchanted book without providing enough normal books
|
||||
notEnoughItemsMessage: "&cI'm sorry, but you need to provide {number} {item} to salvage the enchanted book"
|
||||
|
||||
# The message displayed when a player attempts to salvage an enchanted book with a single enchantment
|
||||
cannotSplitEnchantedBookFurtherMessage: "&cI'm sorry, but I cannot salvage that enchanted book any further"
|
||||
|
||||
|
@ -43,7 +43,7 @@ en:
|
||||
# The format used when displaying any duration remaining
|
||||
DURATION_FORMAT: "in {time} {unit}"
|
||||
# The format used when NPCs talk to players ({npc} = The NPC's name, {message} is the actual message contents)
|
||||
NPC_TALK_FORMAT: "&a[{npc}] -> You:&r {message}"
|
||||
NPC_TALK_FORMAT: "&a[{npc}&r&a] -> You:&r {message}"
|
||||
# Translation of the duration of less than a second
|
||||
UNIT_NOW: "imminently"
|
||||
# Translation of seconds in singular form
|
||||
|
Reference in New Issue
Block a user