diff --git a/RandomTeleport/.classpath b/RandomTeleport/.classpath
index be4b16b..32c00bd 100644
--- a/RandomTeleport/.classpath
+++ b/RandomTeleport/.classpath
@@ -5,6 +5,8 @@
+
+
diff --git a/Stats/deploy_feature.sh b/Stats/deploy_feature.sh
deleted file mode 100755
index f1c429f..0000000
--- a/Stats/deploy_feature.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-if [[ "Darwin" == `uname` ]]; then
- MC_PATH="../../server"
-
- cp "$1" "../../server/plugins/MarwCore/modules/$2.jar"
- "$MC_PATH/cmd.sh" "marw reload $2"
-else
- LXC_CONT="marw"
- MC_USER="mc"
- MC_PATH="/home/mc/factions"
-
-
- lxc file push "$1" "$LXC_CONT$MC_PATH/plugins/MarwCore/modules/$2.jar"
- lxc exec $LXC_CONT chown $MC_USER:$MC_USER "$MC_PATH/plugins/MarwCore/modules/$2.jar"
- lxc exec $LXC_CONT -- sudo -u $MC_USER "$MC_PATH/cmd.sh" "marw reload $2"
-
-fi
-
-exit 0
\ No newline at end of file
diff --git a/Stats/pom.xml b/Stats/pom.xml
index b293c31..63d3864 100644
--- a/Stats/pom.xml
+++ b/Stats/pom.xml
@@ -25,39 +25,37 @@
exec-maven-plugin
- 1.6.0
- org.codehaus.mojo
-
-
- Version Calculation
- deploy
-
- exec
-
-
-
-
- ${basedir}/deploy_feature.sh
-
- ${project.build.directory}/${project.build.finalName}.jar
- ${project.artifactId}
-
-
-
-
- maven-resources-plugin
-
- ${project.build.outputDirectory}/resources
-
-
-
+ 1.6.0
+ org.codehaus.mojo
+
+
+ deploy
+
+ exec
+
+
+
+
+ ${project.parent.basedir}/deploy_feature.sh
+
+ ${project.build.directory}/${project.build.finalName}.jar
+ ${project.artifactId}
+
+
+
+
+ maven-resources-plugin
+
+ ${project.build.outputDirectory}/resources
+
+
- cz.marwland.mc
- MarwCore
- ${project.parent.version}
+ cz.marwland.mc
+ MarwCore
+ ${project.parent.version}
\ No newline at end of file