示例#1
0
        /// <summary>
        /// Fill the commands that this group can use
        /// </summary>
        public void fillCommands()
        {
            CommandList _commands = new CommandList();

            GrpCommands.AddCommands(out _commands, Permission);
            commands = _commands;
        }
 public static void LoadAllSettings()
 {
     SrvProperties.Load("properties/server.properties");
     Group.InitAll();
     Command.InitAll();
     GrpCommands.fillRanks();
     Block.SetBlocks();
     Awards.Load();
 }