1.x/Blacksmith: Difference between revisions
From Citizens Wiki
< 1.x
m (Created page with "== Configuration Nodes == == Commands ==") |
No edit summary |
||
Line 2: | Line 2: | ||
== Commands == | == Commands == | ||
'''[]''' - Mandatory | |||
<br>'''()''' - Optional | |||
'''Command''' - command's syntax | |||
<br>'''Args Description''' - description of the command's arguments | |||
<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>'''Permission''' - command's permission node | |||
<br>'''Description''' - short description of the command | |||
{| class="wikitable" style="text-align: center;" | |||
! style="width: 250px;" | Command | |||
! style="width: 200px;" | Args Description | |||
! style="width: 150px;" | Require Selected | |||
! style="width: 150px;" | Require Ownership | |||
! style="width: 170px;" | Permission | |||
! Description | |||
|- | |||
| /blacksmith help | |||
| ''None'' | |||
| false | |||
| false | |||
| citizens.blacksmith.use.help | |||
| View the help page for blacksmiths | |||
|- | |||
| /blacksmith status | |||
| ''None'' | |||
| true | |||
| true | |||
| citizens.blacksmith.use.status | |||
| View the cost and durability remaining of your item-in-hand | |||
|} | |||
== Other Permissions == | |||
'''Permission''' - permission node | |||
<br>'''Description''' - description of permission node | |||
{| class="wikitable" style="text-align: center;" | |||
! style="width: 250px;" | Permission | |||
! style="width: 500px;" | Description | |||
|- | |||
| citizens.blacksmith.use.repair | |||
| Ability to right-click a blacksmith to repair an items | |||
|} |
Revision as of 15:48, 1 September 2011
Configuration Nodes
Commands
[] - Mandatory
() - Optional
Command - command's syntax
Args Description - description of the command's arguments
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 | Args Description | Require Selected | Require Ownership | Permission | Description |
---|---|---|---|---|---|
/blacksmith help | None | false | false | citizens.blacksmith.use.help | View the help page for blacksmiths |
/blacksmith status | None | 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 |