public Sethub(Main main) {
   super("Set one or multiple hub locations", "/sethub <s/m>", "");
   this.main = main;
   this.cm = ConfigManager.getInstance();
 }