Adds blacksmith title #9

This commit is contained in:
2022-10-14 11:28:00 +02:00
parent 4fa47349c6
commit 0c6a28d7df
4 changed files with 29 additions and 6 deletions

View File

@ -52,6 +52,9 @@ defaults:
# The cool-down period between each reforge
reforgeCoolDown: 60
# The title describing the blacksmith's usage/speciality
blacksmithTitle: "blacksmith"
# All messages used by the NPC
messages:
# The message to display when another player is using the blacksmith
@ -64,7 +67,7 @@ defaults:
coolDownUnexpiredMessage: "&cYou've already had your chance! Give me a break!"
# The message to display when informing a player about the reforging cost
costMessage: "&eIt will cost &a<price> &eto reforge that &a<item>&e! Click again to reforge!"
costMessage: "&eIt will cost &a{cost}&e to reforge that &a{item}&e! Click again to reforge!"
# The message to display when the blacksmith fails to reforge an item
failReforgeMessage: "&cWhoops! Didn't mean to do that! Maybe next time?"
@ -73,7 +76,7 @@ defaults:
insufficientFundsMessage: "&cYou don't have enough money to reforge that item!"
# The message to display when holding an item the blacksmith is unable to reforge
invalidItemMessage: "&cI'm sorry, but I don't know how to reforge that!"
invalidItemMessage: "&cI'm sorry, but I'm a/an {title}, I don't know how to reforge that!"
# The message to display when presenting a different item than the one just evaluated
itemChangedMessage: "&cThat's not the item you wanted to reforge before!"