velocity support
This commit is contained in:
parent
a528d7c59d
commit
479111867b
BIN
data/proxy-compatible-forge-1.20-1.1.4.jar
Normal file
BIN
data/proxy-compatible-forge-1.20-1.1.4.jar
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user