[Database Structure](Database-Structure) > [World-Database](World-Database) > [command](command)
The `command` table
Holds help and security information for commands. This table does NOT create new commands, it only sets / overrides security and provides help.
StructureField |
Type |
Attributes |
Key |
Null |
Default |
Extra |
Comment |
name |
varchar(50) |
signed |
PRI |
NO |
NULL |
||
security |
tinyint(3) |
unsigned |
NO |
0 |
|||
help |
longtext |
signed |
YES |
NULL |
Description of the fields
The name of the command.
The security level required to use the command. Corresponds with account_access.gmlevel in the realm database.
The help text displayed by the .help command.