Package Details: multimc5 0.6.16-3

Git Clone URL: https://aur.archlinux.org/multimc5.git (read-only, click to copy)
Package Base: multimc5
Description: Minecraft launcher with ability to manage multiple instances.
Upstream URL: https://multimc.org/
Keywords: launcher minecraft
Licenses: Apache
Conflicts: multimc
Provides: multimc
Submitter: vorpalblade
Maintainer: None
Last Packager: g3tchoo
Votes: 128
Popularity: 0.026896
First Submitted: 2015-06-06 11:37 (UTC)
Last Updated: 2023-02-06 06:15 (UTC)

Dependencies (9)

Required by (1)

Sources (8)

Pinned Comments

g3tchoo commented on 2023-02-06 04:26 (UTC) (edited on 2023-02-06 04:45 (UTC) by g3tchoo)

multimc is no longer using stable releases, which obsoletes this package (see this commit)

please consider switching to prismlauncher for continued support. you can find a migration guide here

edit: multimc-git was previously recommended, but has not been updated for more than a year and does not build off develop currently, so it has been removed. multimc-bin may also not be viable for the same reasons as this package, so the only alternative i am comfortable recommending is prismlauncher.

g3tchoo commented on 2021-12-18 18:53 (UTC) (edited on 2021-12-18 18:53 (UTC) by g3tchoo)

Leaving this as a permanent disclaimer:

It is illegal to redistribute any binaries created with this script because of the upstream project's licensing.

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20

matthewprenger commented on 2016-01-22 00:28 (UTC)

Latest update seems to have broken for me. /usr/lib/multimc5/MultiMC5: error while loading shared libraries: libMultiMC_logic.so: cannot open shared object file: No such file or directory

vorpalblade commented on 2015-10-29 13:01 (UTC)

@RX14: I took a look at the ~/.multimc5 directory on my computer, and I *think* that the proper location for many of its files are $XDG_DATA_HOME. It does have config files, but the bulk of the files *after the first use* are data files. So I have modified it to use ${XDG_DATA_HOME}/multimc5, ${HOME}/.local/share/multimc5, or ${HOME}/.multimc5. It can be overridden. The launch script now takes arguments. First argument is the data directory. Second argument is the name that you want to use. The script should also migrate data.

RX14 commented on 2015-08-27 17:13 (UTC)

Using XDG_CONFIG_HOME for the CONFIG_DIR makes the folder really messy, you shoul either use XDG_CONFIG_HOME/multimc5 or ~/.multimc5. I prefer the latter.