diff --git a/SchematicSystem_15/src/de/steamwar/schematicsystem/commands/SchematicCommand15.java b/SchematicSystem_15/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand15.java
similarity index 99%
rename from SchematicSystem_15/src/de/steamwar/schematicsystem/commands/SchematicCommand15.java
rename to SchematicSystem_15/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand15.java
index 55c4ac9..aac20ff 100644
--- a/SchematicSystem_15/src/de/steamwar/schematicsystem/commands/SchematicCommand15.java
+++ b/SchematicSystem_15/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand15.java
@@ -17,7 +17,7 @@
along with this program. If not, see .
*/
-package de.steamwar.schematicsystem.commands;
+package de.steamwar.schematicsystem.commands.schematiccommand;
import com.sk89q.jnbt.CompoundTag;
import com.sk89q.jnbt.CompoundTagBuilder;
diff --git a/SchematicSystem_8/src/de/steamwar/schematicsystem/commands/SchematicCommand8.java b/SchematicSystem_8/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand8.java
similarity index 96%
rename from SchematicSystem_8/src/de/steamwar/schematicsystem/commands/SchematicCommand8.java
rename to SchematicSystem_8/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand8.java
index fb6fcff..ad38643 100644
--- a/SchematicSystem_8/src/de/steamwar/schematicsystem/commands/SchematicCommand8.java
+++ b/SchematicSystem_8/src/de/steamwar/schematicsystem/commands/schematiccommand/SchematicCommand8.java
@@ -17,7 +17,7 @@
along with this program. If not, see .
*/
-package de.steamwar.schematicsystem.commands;
+package de.steamwar.schematicsystem.commands.schematiccommand;
import com.sk89q.worldedit.EditSession;
import com.sk89q.worldedit.WorldEditException;