目录

command 表


<-返回:World 数据库

Holds help and security information for commands. This table does NOT create new commands, it only sets / overrides security and provides help.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
nameVARCHAR(50)SIGNEDPRINONULL
securityTINYINTUNSIGNED NO0
helplongtextSIGNED YESNULL

字段说明


name

The name of the command. See: included commands

security

The security level required to use the command. Corresponds with account_access.gmlevel in the realm database.

help

The help text displayed by the .help command.