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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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