diff --git a/.mvn-exec/CopyFile.bat b/.mvn-exec/CopyFile.bat
new file mode 100644
index 0000000..e37fd65
--- /dev/null
+++ b/.mvn-exec/CopyFile.bat
@@ -0,0 +1 @@
+echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\blank_template\1.20\plugins\VanillaCustomizer.jar /Y
diff --git a/VanillaCustomizer-core/pom.xml b/VanillaCustomizer-core/pom.xml
index 58cc771..05c4892 100644
--- a/VanillaCustomizer-core/pom.xml
+++ b/VanillaCustomizer-core/pom.xml
@@ -12,7 +12,6 @@
VanillaCustomizer-core
-
spigot-repo
https://hub.spigotmc.org/nexus/content/repositories/snapshots/
@@ -25,95 +24,35 @@
maven-central
https://oss.sonatype.org/content/groups/public
+
+ dmulloy2-repo
+ https://repo.dmulloy2.net/repository/public/
+
+
+ matteodev
+ https://www.matteodev.it/spigot/public/maven/
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
org.spigotmc
- spigot
+ spigot-api
1.19.2-R0.1-SNAPSHOT
- remapped-mojang
provided
- dev.lone.LoneLibs
+ dev.lone
LoneLibs
- 1.0
- system
- ${jars_libs_folder}/LoneLibs.jar
+ 1.0.50
- libs
+ com.comphenix.protocol
ProtocolLib
- 1.0
- system
- ${jars_libs_folder}/ProtocolLib.jar
+ 5.1.0
+ provided
-
-
\ No newline at end of file
diff --git a/VanillaCustomizer-jar/pom.xml b/VanillaCustomizer-jar/pom.xml
index 988946e..1bb438a 100644
--- a/VanillaCustomizer-jar/pom.xml
+++ b/VanillaCustomizer-jar/pom.xml
@@ -58,7 +58,7 @@
${project.parent.basedir}
/C
- maven_exec\CopyFile.bat
+ .mvn-exec\CopyFile.bat
diff --git a/maven_exec/CopyFile.bat b/maven_exec/CopyFile.bat
deleted file mode 100644
index 4f7ceb8..0000000
--- a/maven_exec/CopyFile.bat
+++ /dev/null
@@ -1,5 +0,0 @@
-echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\1.19_cosmetics\plugins\VanillaCustomizer.jar /Y
-echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\blank_template\server2\plugins\VanillaCustomizer.jar /Y
-echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\blank_template\1.20\plugins\VanillaCustomizer.jar /Y
-echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\blank_template\1.19.4\plugins\VanillaCustomizer.jar /Y
-echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\1.16\plugins\VanillaCustomizer.jar /Y
\ No newline at end of file