diff --git a/README.md b/README.md index fd05e1f..f4a4dc4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ To switch user use: `su minecraft -s /bin/bash` +#TODO clean this shit + # To DO - [x] Basic commands - [x] server.properties + run.sh + eula.txt diff --git a/data/proxy-compatible-forge-1.20-1.1.4.jar b/data/proxy-compatible-forge-1.20-1.1.4.jar deleted file mode 100644 index ed232f6..0000000 Binary files a/data/proxy-compatible-forge-1.20-1.1.4.jar and /dev/null differ diff --git a/script.sh b/script.sh index b5f44b8..96207a1 100755 --- a/script.sh +++ b/script.sh @@ -221,10 +221,10 @@ cd data 7z x Mods.zip -o/opt/minecraft/mods/ cd /opt/minecraft/ -#TODO Not like this, what about to wget it? # adds mode to help comunicate with VeloProxy if [[ "$ansVeloProxy" =~ ["y"|"Y"] || -z $ansVeloProxy ]]; then - mv data/proxy-compatible-forge*.jar /opt/minecraft/mods/ + wget https://cdn.modrinth.com/data/vDyrHl8l/versions/jfiEc2mQ/proxy-compatible-forge-1.1.7.jar + mv proxy-compatible-forge*.jar /opt/minecraft/mods/ if [[ "$ansModernFarward" =~ ["y"|"Y"] || -z $ansModernFarward ]]; then mkdir /opt/minecraft/config @@ -232,10 +232,10 @@ if [[ "$ansVeloProxy" =~ ["y"|"Y"] || -z $ansVeloProxy ]]; then fi fi -#TODO Not like this, what about wget? # adds aditional mods if [[ "$ansSkinRestorer" =~ ["y"|"Y"] || -z $ansSkinRestorer ]]; then - mv data/skinrestorer-forge*.jar /opt/minecraft/mods/ + wget https://mediafilez.forgecdn.net/files/6897/64/skinrestorer-2.4.3%2B1.21-forge.jar + mv skinrestorer*.jar /opt/minecraft/mods/ fi ### Permisions ###