mc-image-helper icon indicating copy to clipboard operation
mc-image-helper copied to clipboard

This tool does the complicated bits for the itzg/minecraft-server image

Results 53 mc-image-helper issues
Sort by recently updated
recently updated
newest added

Bumps the patches group with 1 update: [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty). Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.18 to 1.1.19 Release notes Sourced from io.projectreactor.netty:reactor-netty-http's releases. v1.1.19 Reactor Netty 1.1.19 is part of 2022.0.19 and 2023.0.6...

dependencies
java

This is the configuration in the docker compose file: ``` - TYPE=PAPER - VERSION=LATEST - MODRINTH_PROJECTS=mcdash,maintenance,webstats,dynmap,huskhomes,sleeper ``` It always makes this ERROR independent of which plugin: `[mc-image-helper] ERROR : Invalid...

enhancement

Enhance the mc-image-helper get command accept an error message to show when it's a 404 and not fail with a noisy stack trace. _Originally posted by @itzg in [#2609](https://github.com/itzg/docker-minecraft-server/issues/2609#issuecomment-1906016629)_

enhancement

Steps to reproduce : 1 - Clone repository 2 - Run `./gradlew` (or equivalent) to initialize dev environment Complete log : ``` FAILURE: Build failed with an exception. * What...

enhancement

[Discussed in discord](https://discord.com/channels/660567679458869252/660571171732848651/1185757863143018577) ``` [mc-image-helper] 01:37:16.961 INFO : Downloading Forge installer 1.37.3 for Minecraft 1.20.1 [mc-image-helper] 01:37:18.125 ERROR : 'install-forge' command failed. Version is 1.37.3 me.itzg.helpers.errors.GenericException: Failed to locate forge...

bug

[Discussion in discord](https://discord.com/channels/660567679458869252/660567682751528981/1178703313148055563) https://github.com/jclawson/jackson-dataformat-hocon

enhancement

## Feature request Hello! I suggest that the downloaded file name for a given resource is not `ID.jar` but instead computed from the ['file'] -> ['url'] key of the SPIGET...

enhancement

Such as ``` docker run -it -p 25565:25565 -e EULA=TRUE -e VERSION=1.19.2 -v /home/mayson/docker/volume/data -e TYPE=FORGE -e FORGE_VERSION=43.2.14 -e MODS=https://www.curseforge.com/minecraft/mc-mods/create/files/4762215,https://www.curseforge.com/minecraft/mc-mods/create-steam-n-rails/files/4746992 -e MEMORY=7G --name mc itzg/minecraft-server [init] Running as uid=1000 gid=1000...

enhancement