fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
CommandCategory.cs File Reference

Namespaces

package  fCraft
 

Enumerations

enum  fCraft.CommandCategory {
  fCraft.None = 0, fCraft.Building = 1, fCraft.Chat = 2, fCraft.Info = 4,
  fCraft.Moderation = 8, fCraft.Maintenance = 16, fCraft.World = 32, fCraft.Zone = 64,
  fCraft.Debug = 128
}
 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. More...