GitHub Alexivkinminecraftlauncher Offline Linux Minecraft Launcher In Pure Bash For Customary And Forge Variations

From Security Holes
Jump to: navigation, search

A smarter approach of managing multiple minecraft installations on Linux. It downloads and installs Minecraft model on demand, including all the appropriate libraries and property. Pairs nicely with the minecraft server launcher for Linux.



- Supports the conventional (aka vanilla/mainline) and Forge Minecraft variations on-demand set up.- Works with offline sport profiles- Allows a number of variations, player profiles, and recreation mod configurations to be accessible at the same time.- Keeps recreation belongings separate from profiles and versioned libraries for easier file management



Working



Conditions: make sure that you might have the following instruments installed: jq,unzip,curl, sha1sum



Operating: ./begin



- To run a Forge version add a suffix "-forge" to the model, for example ./start 1.17.10-forge player1.- To see what normal and Forge versions are at present out there for set up, run the script with a non-current version, like this ./begin zero player1, ./begin 0-forge player1- To create a game profiles with the same recreation version and similar player identify, for instance to check out different mods, specify a reputation of this profile because the final argument ./start



Troubleshooting



1. Delete the model subfolder under "versons" and re-run it to obtain and rebuild every thing. The versions and participant profiles are saved in separate folders, so you may remove variations with out eradicating participant configuration.2. If #1 did not work for a Forge model, take away both the Forge and the the corresponding mainline version folders beneath "versions" and run it once more to re-download the whole lot.



How so as to add it to the KDE desktop



To get the minecraft icon and the desktop link clone this repo, To put in the icon run



sudo set up -Dm644 minecraft-launcher.svg /usr/share/icons/hicolor/symbolic/apps/minecraft-launcher.svg



Then change the desktop file to run this launcher and make it obtainable locally



cp minecraft-launcher.desktop ~/.native/share/plasma_icons/



Find out how to do reproduce manually what this launcher does



- Run the official java launcher. Login and start the sport. The launcher will obtain all of the required information for the new version. You may see them in this manifest. Minecraft Tekkit Servers - Discover the native libraries in the method identify with ps -ef | grep java.library.path. Then copy that folder cp -a /tmp/folder $Dwelling/.minecraft/versions/$ver/$ver-natives. The native libraries can be discovered here.- Copy-paste the entire -cp argument from the java process, along with the java args to a run script. Run the script, plus belongings, libraries, and model folder what you want. Minecraft Tekkit Servers

Minecraft Tekkit Servers