Command SF

From Project Skyfire
Revision as of 01:16, 9 January 2013 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to world database list of tables.

The `command` table

This table holds the security levels for the various commands.


Structure

Field Type Attribute Key Null Default Comment
name varchar(50) signed PRI NO
security tinyint(3) unsigned NO 0
help longtext signed


Description of the fields

name

Name of the command.

security

The minimum security level required to use the command (1-4 (Player-GM)).

help

The in-game syntax for proper use of the command.

Return to world database structure