mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-13 14:48:34 +00:00
some codestyle application
This commit is contained in:
@ -384,9 +384,9 @@ public final class PlatformCommandManager {
|
||||
|
||||
final List<Command> subCommands = manager.getAllCommands().collect(Collectors.toList());
|
||||
cmd.addPart(SubCommandPart.builder(
|
||||
Caption.of("worldedit.argument.action"),
|
||||
TextComponent.of("Sub-command to run.")
|
||||
)
|
||||
Caption.of("worldedit.argument.action"),
|
||||
TextComponent.of("Sub-command to run.")
|
||||
)
|
||||
.withCommands(subCommands)
|
||||
.required()
|
||||
.build());
|
||||
@ -419,9 +419,9 @@ public final class PlatformCommandManager {
|
||||
|
||||
final List<Command> subCommands = manager.getAllCommands().collect(Collectors.toList());
|
||||
cmd.addPart(SubCommandPart.builder(
|
||||
Caption.of("worldedit.argument.action"),
|
||||
TextComponent.of("Sub-command to run.")
|
||||
)
|
||||
Caption.of("worldedit.argument.action"),
|
||||
TextComponent.of("Sub-command to run.")
|
||||
)
|
||||
.withCommands(subCommands)
|
||||
.required()
|
||||
.build());
|
||||
|
Reference in New Issue
Block a user