Skip to content

Releases: 3arthqu4ke/headlessmc

1.4.0

17 Jul 14:08
f823f6e
Compare
Choose a tag to compare

Auth has been revamped a bit, you can allow HeadlessMc to store your access and refresh tokens via hmc.store.accounts=true.

There's now a docker image over at https://hub.docker.com/r/3arthqu4ke/headlessmc 🚀

Some other stuff happened, too.

1.0.7

26 Jun 22:55
015fe4f
Compare
Choose a tag to compare

HeadlessMc can now be used to execute a single command and will exit right after as opposed to constantly listening to commands and waiting for a quit command. This can be done by using the --command arg:

java -jar headlessmc-launcher-....jar --command versions for example will list all versions.

You can also use the hmc.sh or hmc.bat scripts to make it even easier:

hmc versions or hmc launch 0 -id -lwjgl

Test coverage is very nice now, too.

1.0.6

18 Jun 19:53
Compare
Choose a tag to compare

Fixed an issue with the Fabric loader. The newest builds can be found here: https://github.com/3arthqu4ke/HeadlessMc/actions.