diff --git a/data/proxy-compatible-forge-1.20-1.1.4.jar b/data/proxy-compatible-forge-1.20-1.1.4.jar new file mode 100644 index 0000000..ed232f6 Binary files /dev/null and b/data/proxy-compatible-forge-1.20-1.1.4.jar differ diff --git a/script.sh b/script.sh index 2e83974..983b6f4 100755 --- a/script.sh +++ b/script.sh @@ -99,6 +99,10 @@ else fi +printf "Are you planing to use Velocity proxy to acces this server? [Y/n]: \n" +read ansVeloProxy + + sleep 2 @@ -153,6 +157,11 @@ cd data 7z x Mods.zip -o/opt/minecraft/mods/ cd .. +# adds mode to help comunicate with VeloProxy +if [[ "$ansVeloProxy" =~ ["y"|"Y"] || -z $ansVeloProxy ]]; then + mv data/proxy-compatible-forge*.jar /opt/minecraft/mods/ +fi + ### Permisions ### printf "\n+ Permision handeling\n" chown -R minecraft:minecraft /opt/minecraft