1.x/Blacksmith: Difference between revisions
< 1.x
Line 4: | Line 4: | ||
== Configuration Nodes == | == Configuration Nodes == | ||
These nodes can be found in ''citizens.yml''. | |||
'''Setting''' - path of the setting | |||
<br>'''Default Value''' - default value of the setting | |||
<br>'''Description''' - short description of the command | |||
{| class="wikitable" style="text-align: center;" | |||
! style="width: 250px;" | Setting | |||
! style="width: 200px;" | Default Value | |||
! style="width: 300px;" | Description | |||
! 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 == | == Commands == |
Revision as of 16:44, 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 | 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 |