1.x/Blacksmith: Difference between revisions
< 1.x
No edit summary |
|||
Line 68: | Line 68: | ||
== Calculating the Cost of an Item Repair == | == Calculating the Cost of an Item Repair == | ||
Blacksmiths charge for an item repair based on | Blacksmiths charge for an item repair based on this equation: | ||
<pre>(maxItemDurability - currentItemDurability) * basePrice</pre> | <pre>(maxItemDurability - currentItemDurability) * basePrice</pre> |
Revision as of 16:48, 1 September 2011
Blacksmiths repair your tools and armor. Right-clicking a blacksmith will repair your item-in-hand if it is repairable. An item is "repairable" if it contains a durability (i.e. pickaxe, shears, armor, etc..).
See below for more information.
Configuration Nodes
These nodes can be found in citizens.yml.
Setting - path of the setting
Default Value - default value of the setting
Description - short description of the command
Setting | Default Value | Description |
---|---|---|
economy.prices.blacksmith.armorrepair.(material) | varies | Base values for armor material repair, used in equation to determine the cost of an armor repair |
economy.prices.blacksmith.toolrepair.(material) | varies | Base values for tool material repair, used in equation to determine the cost of a tool repair |
Commands
[] - Mandatory
() - Optional
Command - command's syntax
Require Selected - whether the command requires an NPC to be selected
Require Ownership - whether the commands requires you to be the owner of the NPC
Permission - command's permission node
Description - short description of the command
Command | Require Selected | Require Ownership | Permission | Description |
---|---|---|---|---|
/blacksmith help | false | false | citizens.blacksmith.use.help | View the help page for blacksmiths |
/blacksmith status | true | true | citizens.blacksmith.use.status | View the cost and durability remaining of your item-in-hand |
Other Permissions
Permission - permission node
Description - description of permission node
Permission | Description |
---|---|
citizens.blacksmith.use.repair | Ability to right-click a blacksmith to repair an items |
Calculating the Cost of an Item Repair
Blacksmiths charge for an item repair based on this equation:
(maxItemDurability - currentItemDurability) * basePrice
maxItemDurability: The maximum uses that an item has
currentItemDurability: An item's total uses
basePrice: price specified in citizens.yml