Command 548

From Project Skyfire
Revision as of 20:09, 8 August 2021 by Admin (talk | contribs) (Add content)
(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.