public CommandSkeleton(String name) {
   this.name = name.toLowerCase();
   MaxBans.getInstance().getCommand(name).setExecutor(this);
 }