[This is preliminary documentation and is subject to change.]

Command categories. A command may belong to more than one category. Use binary flag logic to test whether a command belongs to a particular category.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
[FlagsAttribute]
public enum CommandCategory

Members

MemberValueDescription
None0
Default command category. Do not use it.
Building1
Building-related commands: drawing, binding, copy/paste.
Chat2
Chat-related commands: messaging, ignoring, muting, etc.
Info4
Information commands: server, world, zone, rank, and player infos.
Moderation8
Moderation commands: kick, ban, rank, tp/bring, etc.
Maintenance16
Server maintenance commands: reloading configs, editing PlayerDB, importing data, etc.
World32
World-related commands: joining, loading, renaming, etc.
Zone64
Zone-related commands: creating, editing, testing, etc.
Debug128
Commands that are only used for diagnostics and debugging.

See Also