public static void load() { XenforceCommandInterpreter.AddCommand("getbool", getValueBool); XenforceCommandInterpreter.AddCommand("getint", getValueInt); XenforceCommandInterpreter.AddCommand("setint", setValueInt); XenforceCommandInterpreter.AddCommand("setbool", setValuebool); XenforceCommandInterpreter.AddCommand("setwelcomemessage", setWelcomeMessage); XenforceCommandInterpreter.AddCommand("setactivationmessage", setActivationMessage); }
public static void load() { XenforceCommandInterpreter.AddCommand("help", sendHelp); }