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

[Missing <summary> documentation for "T:fCraft.CommandCategory"]

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

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