mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 23:06:31 +01:00
Resync all links and fix issues with auto-relink
This commit is contained in:
parent
20a1741f4c
commit
fab769e0d0
107 changed files with 887 additions and 877 deletions
|
|
@ -5,8 +5,8 @@
|
|||
[issue tracker](https://github.com/evennia/evennia/issues).*
|
||||
|
||||
The full set of default Evennia commands currently contains 92 commands in 9 source
|
||||
files. Our policy for adding default commands is outlined [here](Using-MUX-as-a-Standard). More
|
||||
information about how commands work can be found in the documentation for [Commands](Commands).
|
||||
files. Our policy for adding default commands is outlined [here](Concept/Using-MUX-as-a-Standard). More
|
||||
information about how commands work can be found in the documentation for [Commands](Component/Commands).
|
||||
|
||||
|
||||
|
||||
|
|
@ -14,125 +14,125 @@ information about how commands work can be found in the documentation for [Comma
|
|||
|
||||
- [`__unloggedin_look_command`](https://github.com/evennia/evennia/wiki/Default-Command-
|
||||
Help#wiki-`--unloggedin-look-command`-cmdunconnectedlook) - look when in unlogged-in state
|
||||
- [about](Default-Command-Help#wiki-about-cmdabout) - show Evennia info
|
||||
- [access](Default-Command-Help#wiki-access-cmdaccess) - show your current game access
|
||||
- [addcom](Default-Command-Help#wiki-addcom-cmdaddcom) - add a channel alias and/or subscribe to a
|
||||
- [about](Component/Default-Command-Help#wiki-about-cmdabout) - show Evennia info
|
||||
- [access](Component/Default-Command-Help#wiki-access-cmdaccess) - show your current game access
|
||||
- [addcom](Component/Default-Command-Help#wiki-addcom-cmdaddcom) - add a channel alias and/or subscribe to a
|
||||
channel
|
||||
- [alias](Default-Command-Help#wiki-alias-cmdsetobjalias) - adding permanent aliases for object
|
||||
- [allcom](Default-Command-Help#wiki-allcom-cmdallcom) - perform admin operations on all channels
|
||||
- [ban](Default-Command-Help#wiki-ban-cmdban) - ban an account from the server
|
||||
- [batchcode](Default-Command-Help#wiki-batchcode-cmdbatchcode) - build from batch-code file
|
||||
- [batchcommands](Default-Command-Help#wiki-batchcommands-cmdbatchcommands) - build from batch-
|
||||
- [alias](Component/Default-Command-Help#wiki-alias-cmdsetobjalias) - adding permanent aliases for object
|
||||
- [allcom](Component/Default-Command-Help#wiki-allcom-cmdallcom) - perform admin operations on all channels
|
||||
- [ban](Component/Default-Command-Help#wiki-ban-cmdban) - ban an account from the server
|
||||
- [batchcode](Component/Default-Command-Help#wiki-batchcode-cmdbatchcode) - build from batch-code file
|
||||
- [batchcommands](Component/Default-Command-Help#wiki-batchcommands-cmdbatchcommands) - build from batch-
|
||||
command file
|
||||
- [boot](Default-Command-Help#wiki-boot-cmdboot) - kick an account from the server.
|
||||
- [cboot](Default-Command-Help#wiki-cboot-cmdcboot) - kick an account from a channel you control
|
||||
- [ccreate](Default-Command-Help#wiki-ccreate-cmdchannelcreate) - create a new channel
|
||||
- [cdesc](Default-Command-Help#wiki-cdesc-cmdcdesc) - describe a channel you control
|
||||
- [cdestroy](Default-Command-Help#wiki-cdestroy-cmdcdestroy) - destroy a channel you created
|
||||
- [cemit](Default-Command-Help#wiki-cemit-cmdcemit) - send an admin message to a channel you control
|
||||
- [channels](Default-Command-Help#wiki-channels-cmdchannels) - list all channels available to you
|
||||
- [charcreate](Default-Command-Help#wiki-charcreate-cmdcharcreate) - create a new character
|
||||
- [chardelete](Default-Command-Help#wiki-chardelete-cmdchardelete) - delete a character - this
|
||||
- [boot](Component/Default-Command-Help#wiki-boot-cmdboot) - kick an account from the server.
|
||||
- [cboot](Component/Default-Command-Help#wiki-cboot-cmdcboot) - kick an account from a channel you control
|
||||
- [ccreate](Component/Default-Command-Help#wiki-ccreate-cmdchannelcreate) - create a new channel
|
||||
- [cdesc](Component/Default-Command-Help#wiki-cdesc-cmdcdesc) - describe a channel you control
|
||||
- [cdestroy](Component/Default-Command-Help#wiki-cdestroy-cmdcdestroy) - destroy a channel you created
|
||||
- [cemit](Component/Default-Command-Help#wiki-cemit-cmdcemit) - send an admin message to a channel you control
|
||||
- [channels](Component/Default-Command-Help#wiki-channels-cmdchannels) - list all channels available to you
|
||||
- [charcreate](Component/Default-Command-Help#wiki-charcreate-cmdcharcreate) - create a new character
|
||||
- [chardelete](Component/Default-Command-Help#wiki-chardelete-cmdchardelete) - delete a character - this
|
||||
cannot be undone!
|
||||
- [clock](Default-Command-Help#wiki-clock-cmdclock) - change channel locks of a channel you control
|
||||
- [cmdsets](Default-Command-Help#wiki-cmdsets-cmdlistcmdsets) - list command sets defined on an
|
||||
- [clock](Component/Default-Command-Help#wiki-clock-cmdclock) - change channel locks of a channel you control
|
||||
- [cmdsets](Component/Default-Command-Help#wiki-cmdsets-cmdlistcmdsets) - list command sets defined on an
|
||||
object
|
||||
- [color](Default-Command-Help#wiki-color-cmdcolortest) - testing which colors your client support
|
||||
- [command](Default-Command-Help#wiki-command-objmanipcommand) - This is a parent class for some of
|
||||
- [color](Component/Default-Command-Help#wiki-color-cmdcolortest) - testing which colors your client support
|
||||
- [command](Component/Default-Command-Help#wiki-command-objmanipcommand) - This is a parent class for some of
|
||||
the defining objmanip commands
|
||||
- [connect](Default-Command-Help#wiki-connect-cmdunconnectedconnect) - connect to the game
|
||||
- [copy](Default-Command-Help#wiki-copy-cmdcopy) - copy an object and its properties
|
||||
- [cpattr](Default-Command-Help#wiki-cpattr-cmdcpattr) - copy attributes between objects
|
||||
- [create](Default-Command-Help#wiki-create-cmdunconnectedcreate) - create a new account account
|
||||
- [create](Default-Command-Help#wiki-create-cmdcreate) - create new objects
|
||||
- [cwho](Default-Command-Help#wiki-cwho-cmdcwho) - show who is listening to a channel
|
||||
- [delcom](Default-Command-Help#wiki-delcom-cmddelcom) - remove a channel alias and/or unsubscribe
|
||||
- [connect](Component/Default-Command-Help#wiki-connect-cmdunconnectedconnect) - connect to the game
|
||||
- [copy](Component/Default-Command-Help#wiki-copy-cmdcopy) - copy an object and its properties
|
||||
- [cpattr](Component/Default-Command-Help#wiki-cpattr-cmdcpattr) - copy attributes between objects
|
||||
- [create](Component/Default-Command-Help#wiki-create-cmdunconnectedcreate) - create a new account account
|
||||
- [create](Component/Default-Command-Help#wiki-create-cmdcreate) - create new objects
|
||||
- [cwho](Component/Default-Command-Help#wiki-cwho-cmdcwho) - show who is listening to a channel
|
||||
- [delcom](Component/Default-Command-Help#wiki-delcom-cmddelcom) - remove a channel alias and/or unsubscribe
|
||||
from channel
|
||||
- [desc](Default-Command-Help#wiki-desc-cmddesc) - describe an object or the current room.
|
||||
- [destroy](Default-Command-Help#wiki-destroy-cmddestroy) - permanently delete objects
|
||||
- [dig](Default-Command-Help#wiki-dig-cmddig) - build new rooms and connect them to the current
|
||||
- [desc](Component/Default-Command-Help#wiki-desc-cmddesc) - describe an object or the current room.
|
||||
- [destroy](Component/Default-Command-Help#wiki-destroy-cmddestroy) - permanently delete objects
|
||||
- [dig](Component/Default-Command-Help#wiki-dig-cmddig) - build new rooms and connect them to the current
|
||||
location
|
||||
- [drop](Default-Command-Help#wiki-drop-cmddrop) - drop something
|
||||
- [emit](Default-Command-Help#wiki-emit-cmdemit) - admin command for emitting message to multiple
|
||||
- [drop](Component/Default-Command-Help#wiki-drop-cmddrop) - drop something
|
||||
- [emit](Component/Default-Command-Help#wiki-emit-cmdemit) - admin command for emitting message to multiple
|
||||
objects
|
||||
- [examine](Default-Command-Help#wiki-examine-cmdexamine) - get detailed information about an object
|
||||
- [find](Default-Command-Help#wiki-find-cmdfind) - search the database for objects
|
||||
- [force](Default-Command-Help#wiki-force-cmdforce) - forces an object to execute a command
|
||||
- [get](Default-Command-Help#wiki-get-cmdget) - pick up something
|
||||
- [give](Default-Command-Help#wiki-give-cmdgive) - give away something to someone
|
||||
- [help](Default-Command-Help#wiki-help-cmdunconnectedhelp) - get help when in unconnected-in state
|
||||
- [help](Default-Command-Help#wiki-help-cmdhelp) - View help or a list of topics
|
||||
- [home](Default-Command-Help#wiki-home-cmdhome) - move to your character's home location
|
||||
- [ic](Default-Command-Help#wiki-ic-cmdic) - control an object you have permission to puppet
|
||||
- [inventory](Default-Command-Help#wiki-inventory-cmdinventory) - view inventory
|
||||
- [irc2chan](Default-Command-Help#wiki-irc2chan-cmdirc2chan) - Link an evennia channel to an
|
||||
- [examine](Component/Default-Command-Help#wiki-examine-cmdexamine) - get detailed information about an object
|
||||
- [find](Component/Default-Command-Help#wiki-find-cmdfind) - search the database for objects
|
||||
- [force](Component/Default-Command-Help#wiki-force-cmdforce) - forces an object to execute a command
|
||||
- [get](Component/Default-Command-Help#wiki-get-cmdget) - pick up something
|
||||
- [give](Component/Default-Command-Help#wiki-give-cmdgive) - give away something to someone
|
||||
- [help](Component/Default-Command-Help#wiki-help-cmdunconnectedhelp) - get help when in unconnected-in state
|
||||
- [help](Component/Default-Command-Help#wiki-help-cmdhelp) - View help or a list of topics
|
||||
- [home](Component/Default-Command-Help#wiki-home-cmdhome) - move to your character's home location
|
||||
- [ic](Component/Default-Command-Help#wiki-ic-cmdic) - control an object you have permission to puppet
|
||||
- [inventory](Component/Default-Command-Help#wiki-inventory-cmdinventory) - view inventory
|
||||
- [irc2chan](Component/Default-Command-Help#wiki-irc2chan-cmdirc2chan) - Link an evennia channel to an
|
||||
external IRC channel
|
||||
- [link](Default-Command-Help#wiki-link-cmdlink) - link existing rooms together with exits
|
||||
- [lock](Default-Command-Help#wiki-lock-cmdlock) - assign a lock definition to an object
|
||||
- [look](Default-Command-Help#wiki-look-cmdlook) - look at location or object
|
||||
- [look](Default-Command-Help#wiki-look-cmdooclook) - look while out-of-character
|
||||
- [mvattr](Default-Command-Help#wiki-mvattr-cmdmvattr) - move attributes between objects
|
||||
- [name](Default-Command-Help#wiki-name-cmdname) - change the name and/or aliases of an object
|
||||
- [nick](Default-Command-Help#wiki-nick-cmdnick) - define a personal alias/nick by defining a string
|
||||
- [link](Component/Default-Command-Help#wiki-link-cmdlink) - link existing rooms together with exits
|
||||
- [lock](Component/Default-Command-Help#wiki-lock-cmdlock) - assign a lock definition to an object
|
||||
- [look](Component/Default-Command-Help#wiki-look-cmdlook) - look at location or object
|
||||
- [look](Component/Default-Command-Help#wiki-look-cmdooclook) - look while out-of-character
|
||||
- [mvattr](Component/Default-Command-Help#wiki-mvattr-cmdmvattr) - move attributes between objects
|
||||
- [name](Component/Default-Command-Help#wiki-name-cmdname) - change the name and/or aliases of an object
|
||||
- [nick](Component/Default-Command-Help#wiki-nick-cmdnick) - define a personal alias/nick by defining a string
|
||||
to
|
||||
- [objects](Default-Command-Help#wiki-objects-cmdobjects) - statistics on objects in the database
|
||||
- [ooc](Default-Command-Help#wiki-ooc-cmdooc) - stop puppeting and go ooc
|
||||
- [open](Default-Command-Help#wiki-open-cmdopen) - open a new exit from the current room
|
||||
- [option](Default-Command-Help#wiki-option-cmdoption) - Set an account option
|
||||
- [page](Default-Command-Help#wiki-page-cmdpage) - send a private message to another account
|
||||
- [password](Default-Command-Help#wiki-password-cmdpassword) - change your password
|
||||
- [perm](Default-Command-Help#wiki-perm-cmdperm) - set the permissions of an account/object
|
||||
- [pose](Default-Command-Help#wiki-pose-cmdpose) - strike a pose
|
||||
- [py](Default-Command-Help#wiki-py-cmdpy) - execute a snippet of python code
|
||||
- [quell](Default-Command-Help#wiki-quell-cmdquell) - use character's permissions instead of
|
||||
- [objects](Component/Default-Command-Help#wiki-objects-cmdobjects) - statistics on objects in the database
|
||||
- [ooc](Component/Default-Command-Help#wiki-ooc-cmdooc) - stop puppeting and go ooc
|
||||
- [open](Component/Default-Command-Help#wiki-open-cmdopen) - open a new exit from the current room
|
||||
- [option](Component/Default-Command-Help#wiki-option-cmdoption) - Set an account option
|
||||
- [page](Component/Default-Command-Help#wiki-page-cmdpage) - send a private message to another account
|
||||
- [password](Component/Default-Command-Help#wiki-password-cmdpassword) - change your password
|
||||
- [perm](Component/Default-Command-Help#wiki-perm-cmdperm) - set the permissions of an account/object
|
||||
- [pose](Component/Default-Command-Help#wiki-pose-cmdpose) - strike a pose
|
||||
- [py](Component/Default-Command-Help#wiki-py-cmdpy) - execute a snippet of python code
|
||||
- [quell](Component/Default-Command-Help#wiki-quell-cmdquell) - use character's permissions instead of
|
||||
account's
|
||||
- [quit](Default-Command-Help#wiki-quit-cmdunconnectedquit) - quit when in unlogged-in state
|
||||
- [quit](Default-Command-Help#wiki-quit-cmdquit) - quit the game
|
||||
- [reload](Default-Command-Help#wiki-reload-cmdreload) - reload the server
|
||||
- [reset](Default-Command-Help#wiki-reset-cmdreset) - reset and reboot the server
|
||||
- [rss2chan](Default-Command-Help#wiki-rss2chan-cmdrss2chan) - link an evennia channel to an
|
||||
- [quit](Component/Default-Command-Help#wiki-quit-cmdunconnectedquit) - quit when in unlogged-in state
|
||||
- [quit](Component/Default-Command-Help#wiki-quit-cmdquit) - quit the game
|
||||
- [reload](Component/Default-Command-Help#wiki-reload-cmdreload) - reload the server
|
||||
- [reset](Component/Default-Command-Help#wiki-reset-cmdreset) - reset and reboot the server
|
||||
- [rss2chan](Component/Default-Command-Help#wiki-rss2chan-cmdrss2chan) - link an evennia channel to an
|
||||
external RSS feed
|
||||
- [say](Default-Command-Help#wiki-say-cmdsay) - speak as your character
|
||||
- [script](Default-Command-Help#wiki-script-cmdscript) - attach a script to an object
|
||||
- [scripts](Default-Command-Help#wiki-scripts-cmdscripts) - list and manage all running scripts
|
||||
- [server](Default-Command-Help#wiki-server-cmdserverload) - show server load and memory statistics
|
||||
- [service](Default-Command-Help#wiki-service-cmdservice) - manage system services
|
||||
- [sessions](Default-Command-Help#wiki-sessions-cmdsessions) - check your connected session(s)
|
||||
- [set](Default-Command-Help#wiki-set-cmdsetattribute) - set attribute on an object or account
|
||||
- [setdesc](Default-Command-Help#wiki-setdesc-cmdsetdesc) - describe yourself
|
||||
- [sethelp](Default-Command-Help#wiki-sethelp-cmdsethelp) - Edit the help database.
|
||||
- [sethome](Default-Command-Help#wiki-sethome-cmdsethome) - set an object's home location
|
||||
- [shutdown](Default-Command-Help#wiki-shutdown-cmdshutdown) - stop the server completely
|
||||
- [spawn](Default-Command-Help#wiki-spawn-cmdspawn) - spawn objects from prototype
|
||||
- [style](Default-Command-Help#wiki-style-cmdstyle) - In-game style options
|
||||
- [tag](Default-Command-Help#wiki-tag-cmdtag) - handles the tags of an object
|
||||
- [tel](Default-Command-Help#wiki-tel-cmdteleport) - teleport object to another location
|
||||
- [time](Default-Command-Help#wiki-time-cmdtime) - show server time statistics
|
||||
- [tunnel](Default-Command-Help#wiki-tunnel-cmdtunnel) - create new rooms in cardinal directions
|
||||
- [say](Component/Default-Command-Help#wiki-say-cmdsay) - speak as your character
|
||||
- [script](Component/Default-Command-Help#wiki-script-cmdscript) - attach a script to an object
|
||||
- [scripts](Component/Default-Command-Help#wiki-scripts-cmdscripts) - list and manage all running scripts
|
||||
- [server](Component/Default-Command-Help#wiki-server-cmdserverload) - show server load and memory statistics
|
||||
- [service](Component/Default-Command-Help#wiki-service-cmdservice) - manage system services
|
||||
- [sessions](Component/Default-Command-Help#wiki-sessions-cmdsessions) - check your connected session(s)
|
||||
- [set](Component/Default-Command-Help#wiki-set-cmdsetattribute) - set attribute on an object or account
|
||||
- [setdesc](Component/Default-Command-Help#wiki-setdesc-cmdsetdesc) - describe yourself
|
||||
- [sethelp](Component/Default-Command-Help#wiki-sethelp-cmdsethelp) - Edit the help database.
|
||||
- [sethome](Component/Default-Command-Help#wiki-sethome-cmdsethome) - set an object's home location
|
||||
- [shutdown](Component/Default-Command-Help#wiki-shutdown-cmdshutdown) - stop the server completely
|
||||
- [spawn](Component/Default-Command-Help#wiki-spawn-cmdspawn) - spawn objects from prototype
|
||||
- [style](Component/Default-Command-Help#wiki-style-cmdstyle) - In-game style options
|
||||
- [tag](Component/Default-Command-Help#wiki-tag-cmdtag) - handles the tags of an object
|
||||
- [tel](Component/Default-Command-Help#wiki-tel-cmdteleport) - teleport object to another location
|
||||
- [time](Component/Default-Command-Help#wiki-time-cmdtime) - show server time statistics
|
||||
- [tunnel](Component/Default-Command-Help#wiki-tunnel-cmdtunnel) - create new rooms in cardinal directions
|
||||
only
|
||||
- [typeclass](Default-Command-Help#wiki-typeclass-cmdtypeclass) - set or change an object's
|
||||
- [typeclass](Component/Default-Command-Help#wiki-typeclass-cmdtypeclass) - set or change an object's
|
||||
typeclass
|
||||
- [unban](Default-Command-Help#wiki-unban-cmdunban) - remove a ban from an account
|
||||
- [unlink](Default-Command-Help#wiki-unlink-cmdunlink) - remove exit-connections between rooms
|
||||
- [userpassword](Default-Command-Help#wiki-userpassword-cmdnewpassword) - change the password of an
|
||||
- [unban](Component/Default-Command-Help#wiki-unban-cmdunban) - remove a ban from an account
|
||||
- [unlink](Component/Default-Command-Help#wiki-unlink-cmdunlink) - remove exit-connections between rooms
|
||||
- [userpassword](Component/Default-Command-Help#wiki-userpassword-cmdnewpassword) - change the password of an
|
||||
account
|
||||
- [wall](Default-Command-Help#wiki-wall-cmdwall) - make an announcement to all
|
||||
- [whisper](Default-Command-Help#wiki-whisper-cmdwhisper) - Speak privately as your character to
|
||||
- [wall](Component/Default-Command-Help#wiki-wall-cmdwall) - make an announcement to all
|
||||
- [whisper](Component/Default-Command-Help#wiki-whisper-cmdwhisper) - Speak privately as your character to
|
||||
another
|
||||
- [who](Default-Command-Help#wiki-who-cmdwho) - list who is currently online
|
||||
- [wipe](Default-Command-Help#wiki-wipe-cmdwipe) - clear all attributes from an object
|
||||
- [who](Component/Default-Command-Help#wiki-who-cmdwho) - list who is currently online
|
||||
- [wipe](Component/Default-Command-Help#wiki-wipe-cmdwipe) - clear all attributes from an object
|
||||
|
||||
## A-Z by source file
|
||||
|
||||
- [account.py](Default-Command-Help#accountpy)
|
||||
- [admin.py](Default-Command-Help#adminpy)
|
||||
- [batchprocess.py](Default-Command-Help#batchprocesspy)
|
||||
- [building.py](Default-Command-Help#buildingpy)
|
||||
- [comms.py](Default-Command-Help#commspy)
|
||||
- [general.py](Default-Command-Help#generalpy)
|
||||
- [help.py](Default-Command-Help#helppy)
|
||||
- [system.py](Default-Command-Help#systempy)
|
||||
- [unloggedin.py](Default-Command-Help#unloggedinpy)
|
||||
- [account.py](Component/Default-Command-Help#accountpy)
|
||||
- [admin.py](Component/Default-Command-Help#adminpy)
|
||||
- [batchprocess.py](Component/Default-Command-Help#batchprocesspy)
|
||||
- [building.py](Component/Default-Command-Help#buildingpy)
|
||||
- [comms.py](Component/Default-Command-Help#commspy)
|
||||
- [general.py](Component/Default-Command-Help#generalpy)
|
||||
- [help.py](Component/Default-Command-Help#helppy)
|
||||
- [system.py](Component/Default-Command-Help#systempy)
|
||||
- [unloggedin.py](Component/Default-Command-Help#unloggedinpy)
|
||||
|
||||
## Command details
|
||||
|
||||
|
|
@ -160,7 +160,7 @@ source](https://github.com/evennia/evennia/tree/master/evennia/commands/default/
|
|||
```
|
||||
- **key:** *charcreate*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:pperm(Player)"*
|
||||
- **[locks](Component/Locks):** *"cmd:pperm(Player)"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdCharCreate` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -179,7 +179,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *chardelete*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:pperm(Player)"*
|
||||
- **[locks](Component/Locks):** *"cmd:pperm(Player)"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdCharDelete` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -202,7 +202,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *color*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdColorTest` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -229,7 +229,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *ic*
|
||||
- **aliases:** *puppet*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdIC` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -248,7 +248,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *look*
|
||||
- **aliases:** *l*, *ls*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdOOCLook` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -269,7 +269,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *ooc*
|
||||
- **aliases:** *unpuppet*
|
||||
- **[locks](Locks):** *"cmd:pperm(Player)"*
|
||||
- **[locks](Component/Locks):** *"cmd:pperm(Player)"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdOOC` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -294,7 +294,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *option*
|
||||
- **aliases:** *options*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdOption` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -313,7 +313,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *password*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:pperm(Player)"*
|
||||
- **[locks](Component/Locks):** *"cmd:pperm(Player)"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdPassword` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -339,7 +339,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *quell*
|
||||
- **aliases:** *unquell*
|
||||
- **[locks](Locks):** *"cmd:pperm(Player)"*
|
||||
- **[locks](Component/Locks):** *"cmd:pperm(Player)"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdQuell` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -362,7 +362,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *quit*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdQuit` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -381,7 +381,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *sessions*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdSessions` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -402,7 +402,7 @@ Belongs to command set *'DefaultSession'* of class `SessionCmdSet` in
|
|||
```
|
||||
- **key:** *style*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdStyle` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -423,7 +423,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *who*
|
||||
- **aliases:** *doing*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdWho` in
|
||||
[account.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/account.py).
|
||||
|
|
@ -471,7 +471,7 @@ source](https://github.com/evennia/evennia/tree/master/evennia/commands/default/
|
|||
```
|
||||
- **key:** *ban*
|
||||
- **aliases:** *bans*
|
||||
- **[locks](Locks):** *"cmd:perm(ban) or perm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(ban) or perm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"Admin"*
|
||||
- **Source:** class `CmdBan` in
|
||||
[admin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/admin.py).
|
||||
|
|
@ -495,7 +495,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *boot*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(boot) or perm(Admin)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(boot) or perm(Admin)"*
|
||||
- **[`help_category`](Help-System):** *"Admin"*
|
||||
- **Source:** class `CmdBoot` in
|
||||
[admin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/admin.py).
|
||||
|
|
@ -525,7 +525,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *emit*
|
||||
- **aliases:** *remit*, *pemit*
|
||||
- **[locks](Locks):** *"cmd:perm(emit) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(emit) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Admin"*
|
||||
- **Source:** class `CmdEmit` in
|
||||
[admin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/admin.py).
|
||||
|
|
@ -545,7 +545,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *force*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(spawn) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(spawn) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdForce` in
|
||||
[admin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/admin.py).
|
||||
|
|
@ -570,7 +570,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *perm*
|
||||
- **aliases:** *setperm*
|
||||
- **[locks](Locks):** *"cmd:perm(perm) or perm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(perm) or perm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"Admin"*
|
||||
- **Source:** class `CmdPerm` in
|
||||
[admin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/admin.py).
|
||||
|
|
@ -592,7 +592,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *unban*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(unban) or perm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(unban) or perm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"Admin"*
|
||||
- **Source:** class `CmdUnban` in
|
||||
[admin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/admin.py).
|
||||
|
|
@ -611,7 +611,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *userpassword*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(newpassword) or perm(Admin)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(newpassword) or perm(Admin)"*
|
||||
- **[`help_category`](Help-System):** *"Admin"*
|
||||
- **Source:** class `CmdNewPassword` in
|
||||
[admin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/admin.py).
|
||||
|
|
@ -631,7 +631,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *wall*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(wall) or perm(Admin)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(wall) or perm(Admin)"*
|
||||
- **[`help_category`](Help-System):** *"Admin"*
|
||||
- **Source:** class `CmdWall` in
|
||||
[admin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/admin.py).
|
||||
|
|
@ -665,7 +665,7 @@ source](https://github.com/evennia/evennia/tree/master/evennia/commands/default/
|
|||
```
|
||||
- **key:** *batchcode*
|
||||
- **aliases:** *batchcodes*
|
||||
- **[locks](Locks):** *"cmd:superuser()"*
|
||||
- **[locks](Component/Locks):** *"cmd:superuser()"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdBatchCode` in
|
||||
[batchprocess.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/batchprocess.py).
|
||||
|
|
@ -689,7 +689,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *batchcommands*
|
||||
- **aliases:** *batchcmd*, *batchcommand*
|
||||
- **[locks](Locks):** *"cmd:perm(batchcommands) or perm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(batchcommands) or perm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdBatchCommands` in
|
||||
[batchprocess.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/batchprocess.py).
|
||||
|
|
@ -727,7 +727,7 @@ source](https://github.com/evennia/evennia/tree/master/evennia/commands/default/
|
|||
```
|
||||
- **key:** *alias*
|
||||
- **aliases:** *setobjalias*
|
||||
- **[locks](Locks):** *"cmd:perm(setobjalias) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(setobjalias) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdSetObjAlias` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -747,7 +747,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *cmdsets*
|
||||
- **aliases:** *listcmsets*
|
||||
- **[locks](Locks):** *"cmd:perm(listcmdsets) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(listcmdsets) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdListCmdSets` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -776,7 +776,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *command*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `ObjManipCommand` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -802,7 +802,7 @@ Belongs to command set *'<Unknown>'* of class `<Unknown>` in
|
|||
```
|
||||
- **key:** *copy*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(copy) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(copy) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdCopy` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -834,7 +834,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *cpattr*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(cpattr) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(cpattr) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdCpAttr` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -866,7 +866,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *create*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(create) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(create) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdCreate` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -889,7 +889,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *desc*
|
||||
- **aliases:** *describe*
|
||||
- **[locks](Locks):** *"cmd:perm(desc) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(desc) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdDesc` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -920,7 +920,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *destroy*
|
||||
- **aliases:** *del*, *delete*
|
||||
- **[locks](Locks):** *"cmd:perm(destroy) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(destroy) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdDestroy` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -953,7 +953,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *dig*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(dig) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(dig) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdDig` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -981,7 +981,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *examine*
|
||||
- **aliases:** *exam*, *ex*
|
||||
- **[locks](Locks):** *"cmd:perm(examine) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(examine) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdExamine` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1013,7 +1013,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *find*
|
||||
- **aliases:** *locate*, *search*
|
||||
- **[locks](Locks):** *"cmd:perm(find) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(find) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdFind` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1043,7 +1043,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *link*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(link) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(link) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdLink` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1084,7 +1084,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *lock*
|
||||
- **aliases:** *locks*
|
||||
- **[locks](Locks):** *"cmd: perm(locks) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd: perm(locks) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdLock` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1110,7 +1110,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *mvattr*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(mvattr) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(mvattr) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdMvAttr` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1130,7 +1130,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *name*
|
||||
- **aliases:** *rename*
|
||||
- **[locks](Locks):** *"cmd:perm(rename) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(rename) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdName` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1154,7 +1154,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *open*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(open) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(open) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdOpen` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1183,7 +1183,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *script*
|
||||
- **aliases:** *addscript*
|
||||
- **[locks](Locks):** *"cmd:perm(script) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(script) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdScript` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1232,7 +1232,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *set*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(set) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(set) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdSetAttribute` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1257,7 +1257,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *sethome*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(sethome) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(sethome) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdSetHome` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1329,7 +1329,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *spawn*
|
||||
- **aliases:** *olc*
|
||||
- **[locks](Locks):** *"cmd:perm(spawn) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(spawn) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdSpawn` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1360,7 +1360,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *tag*
|
||||
- **aliases:** *tags*
|
||||
- **[locks](Locks):** *"cmd:perm(tag) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(tag) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdTag` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1397,7 +1397,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *tel*
|
||||
- **aliases:** *teleport*
|
||||
- **[locks](Locks):** *"cmd:perm(teleport) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(teleport) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdTeleport` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1433,7 +1433,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *tunnel*
|
||||
- **aliases:** *tun*
|
||||
- **[locks](Locks):** *"cmd: perm(tunnel) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd: perm(tunnel) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdTunnel` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1490,7 +1490,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *typeclass*
|
||||
- **aliases:** *swap*, *parent*, *type*, *update*
|
||||
- **[locks](Locks):** *"cmd:perm(typeclass) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(typeclass) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdTypeclass` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1510,7 +1510,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *unlink*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(unlink) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(unlink) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdUnLink` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1534,7 +1534,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *wipe*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(wipe) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(wipe) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdWipe` in
|
||||
[building.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/building.py).
|
||||
|
|
@ -1562,7 +1562,7 @@ source](https://github.com/evennia/evennia/tree/master/evennia/commands/default/
|
|||
```
|
||||
- **key:** *addcom*
|
||||
- **aliases:** *aliaschan*, *chanalias*
|
||||
- **[locks](Locks):** *"cmd:not pperm(channel_banned)"*
|
||||
- **[locks](Component/Locks):** *"cmd:not pperm(channel_banned)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdAddCom` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1585,7 +1585,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *allcom*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd: not pperm(channel_banned)"*
|
||||
- **[locks](Component/Locks):** *"cmd: not pperm(channel_banned)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdAllCom` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1607,7 +1607,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *cboot*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd: not pperm(channel_banned)"*
|
||||
- **[locks](Component/Locks):** *"cmd: not pperm(channel_banned)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdCBoot` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1626,7 +1626,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *ccreate*
|
||||
- **aliases:** *channelcreate*
|
||||
- **[locks](Locks):** *"cmd:not pperm(channel_banned) and pperm(Player)"*
|
||||
- **[locks](Component/Locks):** *"cmd:not pperm(channel_banned) and pperm(Player)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdChannelCreate` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1646,7 +1646,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *cdesc*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:not pperm(channel_banned)"*
|
||||
- **[locks](Component/Locks):** *"cmd:not pperm(channel_banned)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdCdesc` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1665,7 +1665,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *cdestroy*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd: not pperm(channel_banned)"*
|
||||
- **[locks](Component/Locks):** *"cmd: not pperm(channel_banned)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdCdestroy` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1690,7 +1690,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *cemit*
|
||||
- **aliases:** *cmsg*
|
||||
- **[locks](Locks):** *"cmd: not pperm(channel_banned) and pperm(Player)"*
|
||||
- **[locks](Component/Locks):** *"cmd: not pperm(channel_banned) and pperm(Player)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdCemit` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1713,7 +1713,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *channels*
|
||||
- **aliases:** *chanlist*, *channellist*, *clist*, *comlist*, *all channels*
|
||||
- **[locks](Locks):** *"cmd: not pperm(channel_banned)"*
|
||||
- **[locks](Component/Locks):** *"cmd: not pperm(channel_banned)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdChannels` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1733,7 +1733,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *clock*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:not pperm(channel_banned)"*
|
||||
- **[locks](Component/Locks):** *"cmd:not pperm(channel_banned)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdClock` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1752,7 +1752,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *cwho*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd: not pperm(channel_banned)"*
|
||||
- **[locks](Component/Locks):** *"cmd: not pperm(channel_banned)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdCWho` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1775,7 +1775,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *delcom*
|
||||
- **aliases:** *delaliaschan*, *delchanalias*
|
||||
- **[locks](Locks):** *"cmd:not perm(channel_banned)"*
|
||||
- **[locks](Component/Locks):** *"cmd:not perm(channel_banned)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdDelCom` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1815,7 +1815,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *irc2chan*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:serversetting(IRC_ENABLED) and pperm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:serversetting(IRC_ENABLED) and pperm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdIRC2Chan` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1841,7 +1841,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *page*
|
||||
- **aliases:** *tell*
|
||||
- **[locks](Locks):** *"cmd:not pperm(page_banned)"*
|
||||
- **[locks](Component/Locks):** *"cmd:not pperm(page_banned)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdPage` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1875,7 +1875,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *rss2chan*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:serversetting(RSS_ENABLED) and pperm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:serversetting(RSS_ENABLED) and pperm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"Comms"*
|
||||
- **Source:** class `CmdRSS2Chan` in
|
||||
[comms.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/comms.py).
|
||||
|
|
@ -1901,7 +1901,7 @@ source](https://github.com/evennia/evennia/tree/master/evennia/commands/default/
|
|||
```
|
||||
- **key:** *access*
|
||||
- **aliases:** *groups*, *hierarchy*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdAccess` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -1921,7 +1921,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *drop*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdDrop` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -1941,7 +1941,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *get*
|
||||
- **aliases:** *grab*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdGet` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -1961,7 +1961,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *give*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdGive` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -1980,7 +1980,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *home*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(home) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(home) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdHome` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -2000,7 +2000,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *inventory*
|
||||
- **aliases:** *i*, *inv*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdInventory` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -2021,7 +2021,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *look*
|
||||
- **aliases:** *l*, *ls*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdLook` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -2072,7 +2072,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *nick*
|
||||
- **aliases:** *nicks*, *nickname*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdNick` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -2098,7 +2098,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *pose*
|
||||
- **aliases:** *:*, *emote*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdPose` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -2117,7 +2117,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *say*
|
||||
- **aliases:** *'*, *"*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdSay` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -2138,7 +2138,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *setdesc*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdSetDesc` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -2159,7 +2159,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *whisper*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdWhisper` in
|
||||
[general.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/general.py).
|
||||
|
|
@ -2187,7 +2187,7 @@ source](https://github.com/evennia/evennia/tree/master/evennia/commands/default/
|
|||
```
|
||||
- **key:** *help*
|
||||
- **aliases:** *?*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdHelp` in
|
||||
[help.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/help.py).
|
||||
|
|
@ -2222,7 +2222,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *sethelp*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(Helper)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(Helper)"*
|
||||
- **[`help_category`](Help-System):** *"Building"*
|
||||
- **Source:** class `CmdSetHelp` in
|
||||
[help.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/help.py).
|
||||
|
|
@ -2247,7 +2247,7 @@ source](https://github.com/evennia/evennia/tree/master/evennia/commands/default/
|
|||
```
|
||||
- **key:** *about*
|
||||
- **aliases:** *version*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"System"*
|
||||
- **Source:** class `CmdAbout` in
|
||||
[system.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/system.py).
|
||||
|
|
@ -2268,7 +2268,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *objects*
|
||||
- **aliases:** *db*, *listobjs*, *stats*, *listobjects*
|
||||
- **[locks](Locks):** *"cmd:perm(listobjects) or perm(Builder)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(listobjects) or perm(Builder)"*
|
||||
- **[`help_category`](Help-System):** *"System"*
|
||||
- **Source:** class `CmdObjects` in
|
||||
[system.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/system.py).
|
||||
|
|
@ -2324,7 +2324,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *py*
|
||||
- **aliases:** *!*
|
||||
- **[locks](Locks):** *"cmd:perm(py) or perm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(py) or perm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"System"*
|
||||
- **Source:** class `CmdPy` in
|
||||
[system.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/system.py).
|
||||
|
|
@ -2345,7 +2345,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *reload*
|
||||
- **aliases:** *restart*
|
||||
- **[locks](Locks):** *"cmd:perm(reload) or perm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(reload) or perm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"System"*
|
||||
- **Source:** class `CmdReload` in
|
||||
[system.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/system.py).
|
||||
|
|
@ -2374,7 +2374,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *reset*
|
||||
- **aliases:** *reboot*
|
||||
- **[locks](Locks):** *"cmd:perm(reload) or perm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(reload) or perm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"System"*
|
||||
- **Source:** class `CmdReset` in
|
||||
[system.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/system.py).
|
||||
|
|
@ -2405,7 +2405,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *scripts*
|
||||
- **aliases:** *globalscript*, *listscripts*
|
||||
- **[locks](Locks):** *"cmd:perm(listscripts) or perm(Admin)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(listscripts) or perm(Admin)"*
|
||||
- **[`help_category`](Help-System):** *"System"*
|
||||
- **Source:** class `CmdScripts` in
|
||||
[system.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/system.py).
|
||||
|
|
@ -2450,7 +2450,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *server*
|
||||
- **aliases:** *serverprocess*, *serverload*
|
||||
- **[locks](Locks):** *"cmd:perm(list) or perm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(list) or perm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"System"*
|
||||
- **Source:** class `CmdServerLoad` in
|
||||
[system.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/system.py).
|
||||
|
|
@ -2479,7 +2479,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *service*
|
||||
- **aliases:** *services*
|
||||
- **[locks](Locks):** *"cmd:perm(service) or perm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(service) or perm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"System"*
|
||||
- **Source:** class `CmdService` in
|
||||
[system.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/system.py).
|
||||
|
|
@ -2498,7 +2498,7 @@ Belongs to command set *'DefaultCharacter'* of class `CharacterCmdSet` in
|
|||
```
|
||||
- **key:** *shutdown*
|
||||
- **aliases:**
|
||||
- **[locks](Locks):** *"cmd:perm(shutdown) or perm(Developer)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(shutdown) or perm(Developer)"*
|
||||
- **[`help_category`](Help-System):** *"System"*
|
||||
- **Source:** class `CmdShutdown` in
|
||||
[system.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/system.py).
|
||||
|
|
@ -2518,7 +2518,7 @@ Belongs to command set *'DefaultAccount'* of class `AccountCmdSet` in
|
|||
```
|
||||
- **key:** *time*
|
||||
- **aliases:** *uptime*
|
||||
- **[locks](Locks):** *"cmd:perm(time) or perm(Player)"*
|
||||
- **[locks](Component/Locks):** *"cmd:perm(time) or perm(Player)"*
|
||||
- **[`help_category`](Help-System):** *"System"*
|
||||
- **Source:** class `CmdTime` in
|
||||
[system.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/system.py).
|
||||
|
|
@ -2546,7 +2546,7 @@ source](https://github.com/evennia/evennia/tree/master/evennia/commands/default/
|
|||
```
|
||||
- **key:** *__unloggedin_look_command*
|
||||
- **aliases:** *l*, *look*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdUnconnectedLook` in
|
||||
[unloggedin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/unloggedin.py).
|
||||
|
|
@ -2570,7 +2570,7 @@ server in specific situations.*
|
|||
```
|
||||
- **key:** *connect*
|
||||
- **aliases:** *con*, *conn*, *co*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdUnconnectedConnect` in
|
||||
[unloggedin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/unloggedin.py).
|
||||
|
|
@ -2592,7 +2592,7 @@ Belongs to command set *'DefaultUnloggedin'* of class `UnloggedinCmdSet` in
|
|||
```
|
||||
- **key:** *create*
|
||||
- **aliases:** *cre*, *cr*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdUnconnectedCreate` in
|
||||
[unloggedin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/unloggedin.py).
|
||||
|
|
@ -2612,7 +2612,7 @@ Belongs to command set *'DefaultUnloggedin'* of class `UnloggedinCmdSet` in
|
|||
```
|
||||
- **key:** *help*
|
||||
- **aliases:** *?*, *h*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdUnconnectedHelp` in
|
||||
[unloggedin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/unloggedin.py).
|
||||
|
|
@ -2633,7 +2633,7 @@ Belongs to command set *'DefaultUnloggedin'* of class `UnloggedinCmdSet` in
|
|||
```
|
||||
- **key:** *quit*
|
||||
- **aliases:** *qu*, *q*
|
||||
- **[locks](Locks):** *"cmd:all()"*
|
||||
- **[locks](Component/Locks):** *"cmd:all()"*
|
||||
- **[`help_category`](Help-System):** *"General"*
|
||||
- **Source:** class `CmdUnconnectedQuit` in
|
||||
[unloggedin.py](https://github.com/evennia/evennia/tree/master/evennia/commands/default/unloggedin.py).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue