1.x/Commands and Permissions: Difference between revisions

From Citizens Wiki

< 1.x

m (NavBox)
(Has everyone ever told you that I'm great with wikis? If not: I'm great with wikis.)
Line 1: Line 1:
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 44:


== 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 196: Line 199:


== 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 228:


== 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 263:
| Toggle all NPC types for an NPC
| Toggle all NPC types for an NPC
|}
|}
==See Also==
[[Characters]]


== 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.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
|-
| citizens.admin.notifyupdates
| If the citizens.yml setting ''notify-updates'' is true, any player with this node will be notified of Citizens updates upon logging on to the server
|}


{{NavBox}}
{{NavBox}}

Revision as of 00:15, 15 February 2012

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