geforkt von Mirrors/FastAsyncWorldEdit
Merge pull request 'Remove Schematic Command' (#1) from remove_schematic_command into main
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Reviewed-on: #1 Reviewed-by: Lixfel <lixfel@steamwar.de>
Dieser Commit ist enthalten in:
Commit
0f74e2a0bb
@ -458,13 +458,13 @@ public final class PlatformCommandManager {
|
|||||||
// new TransformCommands()
|
// new TransformCommands()
|
||||||
// );
|
// );
|
||||||
//FAWE end
|
//FAWE end
|
||||||
registerSubCommands(
|
// registerSubCommands(
|
||||||
"schematic",
|
// "schematic",
|
||||||
ImmutableList.of("schem", "/schematic", "/schem"),
|
// ImmutableList.of("schem", "/schematic", "/schem"),
|
||||||
"Schematic commands for saving/loading areas",
|
// "Schematic commands for saving/loading areas",
|
||||||
SchematicCommandsRegistration.builder(),
|
// SchematicCommandsRegistration.builder(),
|
||||||
new SchematicCommands(worldEdit)
|
// new SchematicCommands(worldEdit)
|
||||||
);
|
// );
|
||||||
registerSubCommands(
|
registerSubCommands(
|
||||||
"snapshot",
|
"snapshot",
|
||||||
//FAWE start - add "/" aliases as well
|
//FAWE start - add "/" aliases as well
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren