Merge pull request 'Remove Schematic Command' (#1) from remove_schematic_command into main
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Reviewed-on: #1
Reviewed-by: Lixfel <lixfel@steamwar.de>
Dieser Commit ist enthalten in:
Lixfel 2022-08-21 17:50:28 +02:00
Commit 0f74e2a0bb

Datei anzeigen

@ -458,13 +458,13 @@ public final class PlatformCommandManager {
// new TransformCommands()
// );
//FAWE end
registerSubCommands(
"schematic",
ImmutableList.of("schem", "/schematic", "/schem"),
"Schematic commands for saving/loading areas",
SchematicCommandsRegistration.builder(),
new SchematicCommands(worldEdit)
);
// registerSubCommands(
// "schematic",
// ImmutableList.of("schem", "/schematic", "/schem"),
// "Schematic commands for saving/loading areas",
// SchematicCommandsRegistration.builder(),
// new SchematicCommands(worldEdit)
// );
registerSubCommands(
"snapshot",
//FAWE start - add "/" aliases as well