@@ -492,36 +492,40 @@ public void execute(CommandSender commandSender, String[] args) {
492
492
}
493
493
break ;
494
494
default :
495
- Lists .newArrayList (NetworkUtils .SPACE_STRING ,
496
- CloudAPI .getInstance ().getPrefix () + "All command arguments" ,
497
- CloudAPI .getInstance ().getPrefix () + "§7/cloud toggle autoslot" ,
498
- CloudAPI .getInstance ().getPrefix () + "§7/cloud toggle maintenance" ,
499
- CloudAPI .getInstance ().getPrefix () + "§7/cloud toggle maintenance <time>" ,
500
- CloudAPI .getInstance ().getPrefix () + "§7/cloud setMaxPlayers <maxonlinecount>" ,
501
- CloudAPI .getInstance ().getPrefix () + "§7/cloud whitelist" ,
502
- CloudAPI .getInstance ().getPrefix () + "§7/cloud whitelist <add : remove> <name>" ,
503
- CloudAPI .getInstance ().getPrefix () + "§7/cloud start <group> <count>" ,
504
- CloudAPI .getInstance ().getPrefix () + "§7/cloud start <group> <template>" ,
505
- CloudAPI .getInstance ().getPrefix () + "§7/cloud startcs <name> <memory> <priorityStop>" ,
506
- CloudAPI .getInstance ().getPrefix () + "§7/cloud cmds (command server) <server> <command>" ,
507
- CloudAPI .getInstance ().getPrefix () + "§7/cloud cmdp (command proxy) <proxy> <command>" ,
508
- CloudAPI .getInstance ().getPrefix () + "§7/cloud stop <server>" ,
509
- CloudAPI .getInstance ().getPrefix () + "§7/cloud stopGroup <group>" ,
510
- CloudAPI .getInstance ().getPrefix () + "§7/cloud ustopGroup <group>" ,
511
- CloudAPI .getInstance ().getPrefix () + "§7/cloud listProxys" ,
512
- CloudAPI .getInstance ().getPrefix () + "§7/cloud listOnline" ,
513
- CloudAPI .getInstance ().getPrefix () + "§7/cloud listServers" ,
514
- CloudAPI .getInstance ().getPrefix () + "§7/cloud log <server>" ,
515
- CloudAPI .getInstance ().getPrefix () + "§7/cloud listGroups" ,
516
- CloudAPI .getInstance ().getPrefix () + "§7/cloud rl" ,
517
- CloudAPI .getInstance ().getPrefix () + "§7/cloud list" ,
518
- CloudAPI .getInstance ().getPrefix () + "§7/cloud maintenance <group>" ,
519
- CloudAPI .getInstance ().getPrefix () + "§7/cloud copy <server>" ,
520
- CloudAPI .getInstance ().getPrefix () + "§7/cloud copy <server> <directory>" ,
521
- CloudAPI .getInstance ().getPrefix () + "§7/cloud version" ,
522
- CloudAPI .getInstance ().getPrefix () + "§7/cloud statistics" ,
523
- CloudAPI .getInstance ().getPrefix () + "§7/cloud debug" , NetworkUtils .SPACE_STRING ).stream ().map (
524
- TextComponent ::fromLegacyText ).forEach (commandSender ::sendMessage );
495
+ Lists .newArrayList (NetworkUtils .SPACE_STRING ,
496
+ CloudAPI .getInstance ().getPrefix () + "All command arguments" ,
497
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud toggle autoslot" ,
498
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud toggle maintenance" ,
499
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud toggle maintenance <time>" ,
500
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud setMaxPlayers <maxonlinecount>" ,
501
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud whitelist" ,
502
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud whitelist <add : remove> <name>" ,
503
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud start <group> <count>" ,
504
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud start <group> <template>" ,
505
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud startcs <name> <memory> <priorityStop>" ,
506
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud cmds (command server) <server> <command>" ,
507
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud cmdp (command proxy) <proxy> <command>" ,
508
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud stop <server>" ,
509
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud stopGroup <group>" ,
510
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud ustopGroup <group>" ,
511
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud listProxys" ,
512
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud listOnline" ,
513
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud listServers" ,
514
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud log <server>" ,
515
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud listGroups" ,
516
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud rl" ,
517
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud list" ,
518
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud maintenance <group>" ,
519
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud copy <server>" ,
520
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud copy <server> <directory>" ,
521
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud version" ,
522
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud statistics" ,
523
+ CloudAPI .getInstance ().getPrefix () + "§7/cloud debug" ,
524
+ NetworkUtils .SPACE_STRING )
525
+ .stream ()
526
+ .map (TextComponent ::fromLegacyText )
527
+ .forEach (commandSender ::sendMessage );
528
+
525
529
break ;
526
530
}
527
531
0 commit comments