diff --git a/papermc.sh b/papermc.sh
index 207ae64b29ddf942fd4073c9678eb12db3dfc1ed..80b03f060c299fc16be4f339dba8cbc4713e8e46 100644
--- a/papermc.sh
+++ b/papermc.sh
@@ -30,11 +30,11 @@ if [ ! -e ${JAR_NAME} ]
     fi
 fi
 # minecraft base image laden
-if [ ! -d "plugins" ]
- then
-   curl -u tmueller:jtbAPAUYerYM7@h#17#*Rf0XUps6k https://tobistechblog.de/uni/initial.tar.gz --output initial.tar.gz
-   tar -xvzf initial.tar.gz
-fi
+#if [ ! -d "plugins" ]
+# then
+#   curl -u  https://tobistechblog.de/uni/initial.tar.gz --output initial.tar.gz
+#   tar -xvzf initial.tar.gz
+#fi
 
 exec_stop () {
   echo "\n## Recieved SIGINT/SIGTERM; Shutting down container..."