Adds a new check for items with full durability (#4)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Blacksmith Configuration
|
||||
|
||||
# The settings which apply to all Blacksmith NPCs
|
||||
# The settings which apply to all Blacksmith NPCs. These can also be changed using the /blacksmithconfig command
|
||||
global:
|
||||
# The minimum price of each cost
|
||||
basePrice:
|
||||
@ -22,7 +22,7 @@ global:
|
||||
useNaturalCost: true
|
||||
|
||||
# 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
|
||||
# Citizens NPC file, or use the /blacksmith command
|
||||
defaults:
|
||||
# Whether the item will drop a reforged item on the ground, instead of putting it into the user's inventory
|
||||
dropItem: true
|
||||
@ -88,4 +88,7 @@ defaults:
|
||||
startReforgeMessage: "&eOk, let's see what I can do..."
|
||||
|
||||
# The message to display once the reforging has successfully finished
|
||||
successMessage: "There you go! All better!"
|
||||
successMessage: "There you go! All better!"
|
||||
|
||||
# The message to display if a player is trying to reforge an item with full durability
|
||||
notDamagedMessage: "&cThat item is not in need of repair"
|
Reference in New Issue
Block a user