Minecraft through the ages
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/sh
|
|
|
|
dir="$(realpath "$(dirname "$0")")"
|
|
|
|
|
|
|
|
mkdir -p server
|
|
|
|
cd server
|
|
|
|
exec "$dir/proxy/proxychains-ng/proxychain4" \
|
|
|
|
-f "$dir/proxy/proxychains-ng/src/proxychains.conf"
|
|
|
|
java \
|
|
|
|
-jar ../jars/a1.1.2_01/a0.2.1.jar \
|
|
|
|
nogui
|