geforkt von Mirrors/FastAsyncWorldEdit
Remove Schematic Command #1
@ -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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren