Linux Alt Logging Script v2.2

Easily log all of your alt accounts with one command.
facebook_cover_photo_2.png
Have you ever wanted to use a Linux VPS to log your accounts since Windows VPS' are too expensive (or you don't know how to use Linux)? Then fear not, I have made a very easy-to-use script which will allow you to log your Minecraft accounts with ease.

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/
3. Enter the following command to give the script permissions:
Code:
chmod +x launch.sh
4. Create a text file and call it whatever you want (in this case I'll call mine alts.txt), you can create this file on your desktop or inside of your Linux machine. The format of the file must be the following:
Code:
mono MinecraftClient.exe email password server
Where
email is the email for your account, password is the password for your account, and server is the IP address for the server you want to connect to.
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
5. Execute the following command to launch your alts:
Code:
./launch.sh alts.txt
Where alts.txt is the name of the file you created.
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
Getting an error that screen doesn't exist? Execute the following command:
Code:
apt -y install screen
2. Execute the script using the following command:
Code:
./launch.sh alts.txt
Where alts.txt is the name of the alts file you created earlier.
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
However, in the future I’m planning on adding adding a variable called background_logging which will automatically run the program in the background if set to true.

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.

launch.sh proof of ownership.png

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.

Latest reviews

Hi, I am unable to download the script. It downloads as "launch.sh.zip" but when I try to decompress it, it fails with "this is not a zip archive".
This has to be the best script ever, Thank you very much for giving it out for free.
Kieraaaan
Kieraaaan
Thanks for the positive review :)
EULA: Standard EULA
1,984 Views
69 Downloads
May 18, 2019 Published
May 20, 2019 Updated
3.00 star(s)
Average rating (2)
2.7 KB File size
Creator
Owner
Recommended for you
Best spigot 1.8.8 for PvP Servers, like Practice servers.
5.00 star(s) 34 ratings
493 purchases
You can create subdomains for your servers.
5.00 star(s) 12 ratings
228 purchases
Get player count to server page.
4.00 star(s) 3 ratings
174 purchases
1,984 Views
69 Downloads
May 18, 2019 Published
May 20, 2019 Updated
3.00 star(s)
Average rating (2)
2.7 KB File size
Creator
Owner
Recommended for you
Best spigot 1.8.8 for PvP Servers, like Practice servers.
5.00 star(s) 34 ratings
493 purchases
You can create subdomains for your servers.
5.00 star(s) 12 ratings
228 purchases
Get player count to server page.
4.00 star(s) 3 ratings
174 purchases
Top