Instructions/Usage:
1. Upload your script to your Linux machine.
2. Create a new folder and move the script into it. The following command will create a folder called 'alts', then move the script into it and finally, switch your directory to the folder that was just created:
Code:
mkdir alts/ && mv launch.sh alts/ && cd alts/
Code:
chmod +x launch.sh
Code:
mono MinecraftClient.exe email password server
An example would be the following:
Code:
mono MinecraftClient.exe [email protected] mypassword mc.hypixel.net
mono MinecraftClient.exe [email protected] mypassword mc.hypixel.net
mono MinecraftClient.exe [email protected] mypassword mc.hypixel.net
Code:
./launch.sh alts.txt
6. When executing the script for the first time, you might not have installed all the necessary dependencies so you will be asked if they can be installed.
Don't want to wait for the script to finish? Or do you need to do other things on your machine whilst the script is running? Follow these instructions to get the script to run in the background:
1. Create a new screen using the screen package.
Code:
screen -S alt-launch
Code:
apt -y install screen
Code:
./launch.sh alts.txt
3. To detach from the screen, hold down the following keys:
Control + A + D
Now you will be able to use your server while the script is running in the background.
Configuration:
This script will automatically create a configuration file called alt_config.cfg which will be filled with more information as the script gets more and more updates. At the moment the script file only has the following values:
Code:
# This is the speed at which alts will be logged, set to 0 for fast launch.
logging_speed=5
# This determines whether or not there should be output when fetching updates or installing dependencies.
silence_output=false
Support:
If you need any help with the script, message me here on MC-Market or send me a message on Discord @ Kieraaaan#6612.
The code for this script will always be viewable by anyone if they open it with a text editor. This is for the safety of any user utilising the script.
This script has been tested on:
- Ubuntu 19.04, 18.04, 16.04.
- Debian 9.
- Fedora 29.
- CentOS 7.
Terms and Conditions:
By downloading the script you automatically agree to these terms and conditions.
You are not allowed to resell this resource without my permission.
You are not allowed to claim this resource as yours.