1.x/Commands and Permissions: Difference between revisions

From Citizens Wiki

< 1.x

 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{NoSupport}}
Read below for detailed command documentation. For more info on per-type commands and permissions, see its corresponding page.
Read below for detailed command documentation. For more info on per-type commands and permissions, see its corresponding page.


== Admin Commands ==
'''[]''' - Mandatory
'''[]''' - Mandatory
<br>'''()''' - Optional
<br>'''()''' - Optional


'''Command''' - command's syntax
'''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>'''Permission''' - command's permission node
<br>'''Description''' - short description of the command
<br>'''Description''' - short description of the command


{| class="wikitable" style="text-align: center;"
== Admin Commands ==
Commands used for administration of the plugin itself, along with debug commands.
 
{| class="wikitable collapsible collapsed" style="text-align: center; width: 100%"
|-
! style="width: 100%; background-color:#ADD8E6" colspan="3" | '''Admin Commands'''
|-
! style="width: 250px;" | Command
! style="width: 250px;" | Command
! style="width: 170px;" | Permission
! style="width: 170px;" | Permission
Line 36: Line 45:


== General Commands ==
== General Commands ==
'''[]''' - Mandatory
General commands used for all NPCs.
<br>'''()''' - Optional


'''Command''' - command's syntax
{| class="wikitable collapsible collapsed" style="text-align: center; width: 100%"
<br>'''Args Description''' - description of the command's arguments
|-
<br>'''Require Selected''' - whether the command requires an NPC to be selected
! style="width: 100%; background-color:#ADD8E6" colspan="6" | '''General Commands'''
<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: 250px;" | Command
! style="width: 200px;" | Args Description
! style="width: 200px;" | Args Description
Line 67: Line 71:
| citizens.basic.use.help
| citizens.basic.use.help
| View the help page for Citizens
| View the help page for Citizens
|-
| /npc
| ''None''
| true
| false
| citizens.basic.use.info
| View information on the selected NPC
|-
|-
| /npc create [name] (text)
| /npc create [name] (text)
Line 138: Line 149:
| Remove an NPC's text
| Remove an NPC's text
|-
|-
| /npc item [item]
| /npc equip
| ''item'' - item to put in an NPC's hand, your inventory must contain at least one of this item
| ''None''
| true
| true
| true
| true
| citizens.basic.modify.item
| citizens.basic.modify.equip
| Set an NPC's item in-hand
| Enter equipment-edit mode
|-
| /npc armor [slot] [item]
| ''slot'' - armor slot to change (available slots: helmet, torso, leggings, boots) <br> ''item'' - item to set slot to, your inventory must contain at least one of this item
| true
| true
| citizens.basic.modify.armor
| Modify an NPC's armor
|-
|-
| /npc tp
| /npc tp
Line 178: Line 182:
| false
| false
| citizens.basic.use.select
| citizens.basic.use.select
| Modify an NPC's armor
| Select a NPC
|-
|-
| /npc setowner [player-name]
| /npc setowner [player-name]
Line 196: Line 200:


== Waypoint Commands ==
== Waypoint Commands ==
'''[]''' - Mandatory
Commands used to control NPC Waypoints.
<br>'''()''' - Optional


'''Command''' - command's syntax
{| class="wikitable collapsible collapsed" style="text-align: center; width: 100%"
<br>'''Args Description''' - description of the command's arguments
|-
<br>'''Require Selected''' - whether the command requires an NPC to be selected
! style="width: 100%; background-color:#ADD8E6" colspan="6" | '''Waypoint Commands'''
<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: 250px;" | Command
! style="width: 200px;" | Args Description
! style="width: 200px;" | Args Description
Line 230: Line 229:


== Toggle Commands ==
== Toggle Commands ==
'''[]''' - Mandatory
Commands used to toggle [[Characters|NPC types]].
<br>'''()''' - Optional


'''Command''' - command's syntax
{| class="wikitable collapsible collapsed" style="text-align: center; width: 100%"
<br>'''Args Description''' - description of the command's arguments
|-
<br>'''Require Selected''' - whether the command requires an NPC to be selected
! style="width: 100%; background-color:#ADD8E6" colspan="6" | '''Toggle Commands'''
<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: 250px;" | Command
! style="width: 200px;" | Args Description
! style="width: 200px;" | Args Description
Line 270: Line 264:
| Toggle all NPC types for an NPC
| Toggle all NPC types for an NPC
|}
|}
==See Also==
[[Characters]]
[[Waypoints]]


== Other Permissions ==


'''Permission''' - permission node
{{NavBox}}
<br>'''Description''' - description of permission node
[[Category:Citizens1]]
 
{| class="wikitable" style="text-align: center;"
! style="width: 250px;" | Permission
! style="width: 500px;" | Description
|-
| citizens.npccount.x
| Number of NPC's that a player with this node can create; replace ''x'' with the number of NPCs you want a player to be able to create
|-
| citizens.npccount.unlimited
| Gives a player with this node the ability to create unlimited NPCs
|-
| citizens.admin.override.setowner
| Grants ability to override the requirement of being the owner of an NPC to change its owner
|-
| citizens.admin.override.remove
| Grants ability to override the requirement of being the owner of an NPC to remove it
|}

Latest revision as of 00:49, 1 March 2012

Not Supported!
This page is about Citizens 1.x, while the current version is Citizens 2.0.2. This page's content may be outdated, and shouldn't be trusted as being correct. See this page's talk page for more information. If you were looking for the 2.0.2 equivalent of this page, try Commands and Permissions. If you feel this message was displayed in error, please contact an administrator.

Read below for detailed command documentation. For more info on per-type commands and permissions, see its corresponding page.

[] - 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

Admin Commands

Commands used for administration of the plugin itself, along with debug commands.

General Commands

General commands used for all NPCs.

Waypoint Commands

Commands used to control NPC Waypoints.

Toggle Commands

Commands used to toggle NPC types.

See Also

Characters Waypoints