diff --git a/pom.xml b/pom.xml
index 604388b..8befe1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,94 +1,125 @@
-
- 4.0.0
-
- me.viper
- ServerRestorer-Reborn
- 2.0
- ServerRestorer
-
-
-
- spigot-repo
- https://hub.spigotmc.org/nexus/content/repositories/snapshots/
-
-
-
-
- 17
- 1.21.4-R0.1-SNAPSHOT
- UTF-8
- UTF-8
-
-
-
- ${project.artifactId}
- install
-
-
-
- src/main/resources
-
- **/*.java
-
-
-
- ${basedir}/src/main/resources
- true
-
- plugin.yml
- config.yml
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.8.1
-
- ${java.version}
- ${java.version}
- ${project.build.sourceEncoding}
-
-
-
-
- src/main/java
-
-
-
-
-
- org.spigotmc
- spigot-api
- ${spigot.version}
- provided
-
-
-
-
- commons-net
- commons-net
- 3.6
-
-
-
-
- com.jcraft
- jsch
- 0.1.55
-
-
-
-
- com.googlecode.json-simple
- json-simple
- 1.1.1
-
-
-
+
+
+ 4.0.0
+ de.viper
+ AutoWorldReset
+ 1.2
+ AutoWorldReset
+ Minecraft Plugin für automatisches Welt-Reset mit Multiverse-Core und Cron-Scheduler
+
+
+
+ spigot-repo
+ https://hub.spigotmc.org/nexus/content/repositories/snapshots/
+
+
+
+
+
+
+ org.spigotmc
+ spigot-api
+ 1.21.5-R0.1-SNAPSHOT
+ provided
+
+
+
+
+ com.cronutils
+ cron-utils
+ 9.2.0
+
+
+
+
+ com.onarandombox.multiversecore
+ Multiverse-Core
+ 5.1.2
+ provided
+
+
+
+
+ org.bstats
+ bstats-bukkit
+ 3.1.0
+ compile
+
+
+
+
+ org.json
+ json
+ 20240303
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.11.0
+
+ 17
+ 17
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.5.0
+
+
+ package
+ shade
+
+ false
+
+
+ *:*
+
+ META-INF/*.SF
+ META-INF/*.DSA
+ META-INF/*.RSA
+
+
+
+
+
+ org.bstats
+
+ de.viper.shaded.bstats
+
+
+
+
+ de.viper.autoworldreset.AutoWorldReset
+
+
+
+
+
+
+
+
+
+
+ src/main/resources
+ true
+
+ plugin.yml
+ config.yml
+
+
+
+
+
+