Commands: Difference between revisions
From Citizens Wiki
m (Protected "Commands": High traffic page ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]) |
|||
Line 83: | Line 83: | ||
|- | |- | ||
| /npc create | | /npc create | ||
| [name] (--type (type) --char (character) - | | ''[name]'' - Name to give NPC <br>''(--type (type))'' - Mob type <br>''(--char (character))'' - Character | ||
| Yes | | Yes | ||
| Yes | | Yes | ||
Line 89: | Line 89: | ||
| citizens.npc.create | | citizens.npc.create | ||
| Create a new NPC | | Create a new NPC | ||
|- | |||
| /npc list | |||
| ''(--owner (owner))'' - Owner <br>''(--type (type))'' - Mob type <br>''(--char (character))'' - Character | |||
| No | |||
| No | |||
| No | |||
| citizens.npc.list | |||
| List NPCs that match at least one of the given conditions | |||
|- | |- | ||
| /npc despawn | | /npc despawn |
Revision as of 13:10, 29 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
Require Mob Type - whether the command requires an NPC to be a certain mob type
Permission - command's permission node
Description - short description of the command
Admin Commands
Commands used for administration of Citizens.
Admin Commands | ||
---|---|---|
Command | Permission | Description |
/citizens | citizens.admin | Show basic plugin information |
/citizens reload | citizens.admin | Reload Citizens |
/citizens save | citizens.admin | Save NPCs and configuration |
Help Commands
Commands used in-game to show the help screen.
Help Commands | |||||
---|---|---|---|---|---|
Command | Args Description | Permission | Description | ||
/citizens help | (Page) - Page number to display | citizens.help | Show Citizens help menu | ||
/npc help | (Page) - Page number to display | citizens.npc.help | Show NPC help menu |
NPC Commands
General commands used for all NPCs.
NPC Commands | ||||||
---|---|---|---|---|---|---|
Command | Args Description | Require Selected | Require Ownership | Require Mob Type | Permission | Description |
/npc | None | Yes | Yes | No | None | Show basic NPC information |
/npc create | [name] - Name to give NPC (--type (type)) - Mob type (--char (character)) - Character |
Yes | Yes | No | citizens.npc.create | Create a new NPC |
/npc list | (--owner (owner)) - Owner (--type (type)) - Mob type (--char (character)) - Character |
No | No | No | citizens.npc.list | List NPCs that match at least one of the given conditions |
/npc despawn | None | Yes | Yes | No | citizens.npc.despawn | Despawn an NPC |
/npc remove | (all) - Will remove all NPCs | Yes (Not if "all" is used) | Yes | No | citizens.npc.remove(.all) | Remove an NPC |
/npc rename | [name] - New name for the NPC | Yes | Yes | No | citizens.npc.rename | Rename an NPC |
/npc select | [id] - ID of the NPC to select | No | Yes | No | citizens.npc.select | Selects an NPC with the given ID |
/npc character | [character] - Character to use | Yes | Yes | No | citizens.npc.character.* or citizens.npc.character.<character-name> for per-character permissions | Sets the character of an NPC |
/npc owner | [name] - Name of the new owner | Yes | Yes | No | citizens.npc.owner | Sets the owner of an NPC |
/npc spawn | [id] - ID of the NPC you want to spawn | Yes | Yes | No | citizens.npc.spawn | Spawn an existing NPC |
/npc tphere | None | Yes | Yes | No | citizens.npc.tphere | Teleport an NPC to your location |
/npc tp | None | Yes | Yes | No | citizens.npc.tp | Teleport to an NPC |
/npc lookclose | None | Yes | Yes | No | citizens.npc.lookclose | Toggle an NPC's look-close state |
/npc equip | None | Yes | Yes | Yes - PLAYER | citizens.npc.edit.equip | Toggle equipment editor |
/npc path | None | Yes | Yes | No | citizens.npc.edit.path | Toggle path editor |
/npc text | None | Yes | Yes | No | citizens.npc.edit.text | Toggle text editor |
See Also
Characters
Text Syntax
Waypoints
Quick Navigation | |
---|---|
Usage | Installation · Frequently Asked Questions · Commands · Editors · Characters · API · |
Configuration | Configuration · Text Syntax · Permissions · Waypoints · Data Storage |