Command SF
Back to world database list of tables.
The `command` table
This table holds the security levels for the various commands.
Structure
| Field | Type | Attribute | Default | Comment |
| name | varchar(50) | signed | Name of the command. | |
| security | tinyint(3) | unsigned | The minimum security level required to use the command. | |
| help | longtext | signed | The in-game syntax for proper use of the command. |