Remove Schematic Command
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Chaoscaot 2022-08-21 17:40:19 +02:00
Ursprung d67ec4fd63
Commit d4c8bd084e

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