1.x/Blacksmith: Difference between revisions
From Citizens Wiki
< 1.x
No edit summary |
|||
Line 10: | Line 10: | ||
'''Command''' - command's syntax | '''Command''' - command's syntax | ||
<br>'''Require Selected''' - whether the command requires an NPC to be selected | <br>'''Require Selected''' - whether the command requires an NPC to be selected | ||
<br>'''Require Ownership''' - whether the commands requires you to be the owner of the NPC | <br>'''Require Ownership''' - whether the commands requires you to be the owner of the NPC | ||
Line 18: | Line 17: | ||
{| class="wikitable" style="text-align: center;" | {| class="wikitable" style="text-align: center;" | ||
! style="width: 250px;" | Command | ! style="width: 250px;" | Command | ||
! style="width: 150px;" | Require Selected | ! style="width: 150px;" | Require Selected | ||
! style="width: 150px;" | Require Ownership | ! style="width: 150px;" | Require Ownership | ||
Line 25: | Line 23: | ||
|- | |- | ||
| /blacksmith help | | /blacksmith help | ||
| false | | false | ||
| false | | false | ||
Line 32: | Line 29: | ||
|- | |- | ||
| /blacksmith status | | /blacksmith status | ||
| true | | true | ||
| true | | true |
Revision as of 15:52, 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
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 |