Adds most of the code necessary for #11
This commit is contained in:
@ -21,6 +21,10 @@ global:
|
||||
# blacksmith behavior instead
|
||||
useNaturalCost: true
|
||||
|
||||
# Exact time displays the exact number of seconds and minutes remaining as part of the reforging cool-down and
|
||||
# reforging delay messages, instead of just vaguely hinting at the remaining time.
|
||||
showExactTime: false
|
||||
|
||||
# The settings which are set to any new NPC. To change any of these settings for an existing NPC, you must change the
|
||||
# Citizens NPC file, or use the /blacksmith command
|
||||
defaults:
|
||||
@ -61,10 +65,10 @@ defaults:
|
||||
busyPlayerMessage: "&cI'm busy at the moment. Come back later!"
|
||||
|
||||
# The message to display when the blacksmith is working on the reforging
|
||||
busyReforgeMessage: "&cI'm working on it. Be patient!"
|
||||
busyReforgeMessage: "&cI'm working on it. Be patient! I'll finish {time}!"
|
||||
|
||||
# The message to display when the blacksmith is still on a cool-down from the previous re-forging
|
||||
coolDownUnexpiredMessage: "&cYou've already had your chance! Give me a break!"
|
||||
coolDownUnexpiredMessage: "&cYou've already had your chance! Give me a break! I'll be ready {time}!"
|
||||
|
||||
# The message to display when informing a player about the reforging cost
|
||||
costMessage: "&eIt will cost &a{cost}&e to reforge that &a{item}&e! Click again to reforge!"
|
||||
|
Reference in New Issue
Block a user