Command SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 01:16, 9 January 2013

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