- Saved searches
- Use saved searches to filter your results more quickly
- License
- PibePlayer/MultiMC5-Cracked
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- Thread: Cracked Minecraft for Linux.
- Cracked Minecraft for Linux.
- How to install Minecraft on Linux (Premium or Crack)
- Requirements for Minecraft on Linux
- Hardware requirements
- Which Linux distribution?
- Installing Minecraft on Linux
- Official launcher program
- Unofficial launcher
- Installation
- Create a shortcut
- Frequently asked questions
- Where are stored Minecraft files on Linux?
- Conclusion
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Cracked MultiMC launcher. Not related to original developers
License
PibePlayer/MultiMC5-Cracked
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
This is a «cracked» version of a popular Minecraft launcher that lets you play the game without a Mojang account. This software is not related to MultiMC developers and provided without any warranty. Please don’t bomb MultiMC developers if something gets wrong using this launcher.
Pre-built binaries (experimental as for now):
Details about the original launcher below:
MultiMC is a custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once. It also allows you to easily install and remove mods by simply dragging and dropping. Here are the current features of MultiMC.
This project support only cloning, because it has submodules
git clone https://github.com/AfoninZ/MultiMC5-Cracked cd MultiMC5-Cracked git submodule update --init
The project uses C++ and Qt5 as the language and base framework. This might seem odd in the Minecraft community, but allows using 25MB of RAM, where other tools use an excessive amount of resources for no reason.
We can do more, with less, on worse hardware and leave more resources for the game while keeping the launcher running and providing extra features.
If you want to contribute, either talk to us on Discord, IRC(esper.net/#MultiMC) or pick up some item from the github issues workflowy — there is always plenty of ideas around.
If you want to build MultiMC yourself, check BUILD.md for build instructions.
Just follow the existing formatting.
- Indent with 4 space unless it’s in a submodule
- Keep lists (of arguments, parameters, initializators. ) as lists, not paragraphs.
- Prefer readability over dogma.
We keep MultiMC open source because we think it’s important to be able to see the source code for a project like this, and we do so using the Apache license.
Part of the reason for using the Apache license is we don’t want people using the «MultiMC» name when redistributing the project. This means people must take the time to go through the source code and remove all references to «MultiMC», including but not limited to the project icon and the title of windows, (no MultiMC-fork in the title).
Apache covers reasonable use for the name — a mention of the project’s origins in the About dialog and the license is acceptable. However, it should be abundantly clear that the project is a fork without implying that you have our blessing.
Copyright © 2013-2021 MultiMC Contributors
Licensed under the Apache License, Version 2.0 (the «License»); you may not use this program except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an «AS IS» BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
About
Cracked MultiMC launcher. Not related to original developers
Thread: Cracked Minecraft for Linux.
Join Date Apr 2012 Gender Location My House, Maryland. 🙂 Posts 89 Reputation 10 Thanks 159 —> Thanks 285 My Mood
Cracked Minecraft for Linux.
Hey, this is my first post in 2 months.
Anyways. if you have Linux you can easily run Minecraft (Cracked).
1. Download and Install Java OpenJDK Packages :
*** Open the Terminal ***
— For: Debian, Ubuntu, etc:
$ sudo apt-get install openjdk-7-jre
— For: Fedora, Oracle Linux, Red Hat Enterprise Linux, etc:
$ su -c «yum install java-1.7.0-openjdk»
2. Download Cracked Minecraft.
3. Right Click —> Properties —> Permissions —> Check: ‘Allow executing file as a program.’
4. Open ‘Minecraft.jar’ with ‘OpenJDK Java 7 Runtime.’
5. Enter your name, and click «Force Update», then press «Enter Game»
NOTE: You only need to do force update once, unless if you KNOW that your behind.
6. Enjoy playing Minecraft on Linux!
NOTE: You can only play on cracked servers.
Cracked Server Website: Minecraft Cracked / Private Server List | FragMe
Attached Thumbnails
Downloadable Files
How to install Minecraft on Linux (Premium or Crack)
Linux, and Ubuntu in particular, has been my favorite desktop system for a long time.
Even if I still use it a lot for servers or Raspberry Pi, I went back to Windows for my main PC (too many compatibility issues with specific applications for work).
Anyway, for a long time I played Minecraft on Linux, so I can explain everything you need to know to install it on Linux.
Minecraft can run on Linux, but it requires the right version of Java and a specific Launcher to work. You’ll find everything on the official website.
In this article, we will see how to prepare your Linux computer for Minecraft and which launcher to use.
Requirements for Minecraft on Linux
Hardware requirements
Even if Minecraft can run on Linux, it doesn’t mean that it works with any hardware configuration.
You can always try to run Minecraft on your old PC with a Pentium 4 and Knoppix 2.3, it won’t do much 🙂
The recommended configuration for Minecraft on Linux is the same as for a Windows PC:
Processor | Intel i3 minimum |
Memory | 6 GB minimum |
Graphic Card | Geforce 2xx or AMD Radeon HD 5xxx minimum |
Hard drive | 1 GB minimum |
The common mistake is to try to play without a GPU under Linux, since it is often not essential for the rest of the applications.
An entry-level card (under $50) is enough, no need to waste money in a high-end GPU for Minecraft (here is an example of card with passive cooling at less than $50 on Amazon).
Which Linux distribution?
I’m going to write this article for Ubuntu, as I imagine it’s the one most frequently used. This will work as well for Debian and Debian-based variants like Linux Mint, Kali, etc. For the others, there will probably be some adjustments to make (Ubuntu is still the easiest to find the latest Java versions)
Even if there are no official constraints on the distribution to use, I still recommend to make sure your system is up-to-date.
This is done either via the package manager in the GUI or with the following commands:
sudo apt update
sudo apt upgrade
Installing Minecraft on Linux
There are two ways to install Minecraft on your Linux distribution, so I’ll explain the procedure in both cases.
A premium Minecraft account is recommended, but there is a solution to do without it if needed.
Official launcher program
Here are the steps to follow for the installation of your Minecraft launcher:
- Visit the official website at https://www.minecraft.net/download
- Download the Linux version for your system.
If you access the page from Linux, it will be proposed directly.
Otherwise, you will have to go down a little and download the corresponding version:
For information, Ubuntu is based on Debian, so you have to take the first link in this case.- Then choose to save the file to your computer, and launch it once the download is complete.
- The Ubuntu software installation tool shows up and offers you to install it, click on the button to c validate.
- Enter your password to confirm the installation.
A few seconds later, the software is installed. - The Minecraft launcher is now available in your applications:
The usage will then be similar to any Minecraft launcher.
Launch the application, log in with your account, choose a version, configure the options and start a game!
Unofficial launcher
If you want to test the game without an official account (and this is also valid with any modded or custom launcher), the procedure will be slightly different.
Installation
I show you an example with Shiginima, well known by some people 🙂
- Go to the official website of the desired launcher.
For example,the one from TeamShinigima.
Edit: it doesn’t exist anymore, use this one instead (TLauncher). - Find a global or Linux download link.
In my example, I advise you to avoid the main link and instead click on “Direct Download” a little further down (this will avoid a lot of intrusive ads…). - Once the file downloaded, go to the download folder and right-click on the file to extract all the files (if necessary):
- Go to the extraction folder.
In my case, I find a linux_osx folder and a windows folder
So, I go to the Linux folder and I find a Java file (.jar) - Change the permissions of the file so that it can be executed.
Right-click > Properties > Permissions.
Then check the box ‘Allow the file to run as a program’. - Double-click on this file to start it.
The launcher will start as on any operating system.
All you have to do is choose a nickname, a version and start your game 🙂
Create a shortcut
Since it is an application not installed on the system, it will not be present in your list of applications.
If you don’t use it too often, it’s not a big deal, just go back to the folder (even if it means making a shortcut on the desktop) and follow the same procedure.
However, if you run Minecraft several times a day, I recommend to take 5 min to create a direct shortcut :
- Go to the /home//.local/share/applications folder
- Create a new blank file (for example Minecraft.desktop)
- Open it and paste the following code inside:
[Desktop Entry] Version=1.0 Type=Application Terminal=false Exec=java -jar "/home//Downloads//.jar" Name=Minecraft Comment=Minecraft
- Remember to edit the file location and the Exec line with your values.
- Save and exit
The shortcut should now be in your applications and working.
For more information on the subject, I advise you to read the Ubuntu documentation here.
Frequently asked questions
Where are stored Minecraft files on Linux?
On Linux, Minecraft files are organized the same way as on Windows, and are located in the /home/.minecraft folder.
You may need to use the CTRL+H combination to see the hidden folders displayed and be able to access them from the explorer.
That’s the folder you need to back up if you want to keep save of your games.
Conclusion
So, you now know everything there is to know about installing Minecraft on Linux, no matter what your level is, you should be fine!
There’s no reason not to switch to Linux since your favorite game is available 🙂
Once you’ve installed Minecraft, I recommend reading these additional guides to optimize your gaming experience:
My name is Patrick, I’ve been linked with the Minecraft game for over 10 years! Player, developer and server owner. I share everything I know on this website.