public static bool List(string[] args, CommandGroup command) { return(false); }
public static bool Visible(string[] args, CommandGroup command) { return(false); }
public override bool Fallback(string[] parameters = null, CommandGroup command = null) { return(SendSysMessage("usage: help <command>")); }