BeesCommand beesCommand = cmd.getAnnotation(BeesCommand.class);
            if (beesCommand.experimental() && !all)
                return;
            commandProperties.setGroup(beesCommand.group());
            if (beesCommand.description().length() > 0)
                commandProperties.setDescription(beesCommand.description());
            commandProperties.setPriority(beesCommand.priority());
            if (beesCommand.pattern().length() > 0)
                commandProperties.setPattern(beesCommand.pattern());