Geoff Bourne
Geoff Bourne
> is it then just not possible to keep the whitelist enabled if i want ely.by auth? i am genuinely curious as to why the container has to check the...
> i am genuinely curious as to why the container has to check the whitelist before the server itself has a chance to handle it? I don't have time or...
> no the url will not work because the user does not exist on mojang's servers, but only on ely.by I refuse to support cracked Minecraft software which seems to...
I can't tell if you're using the features correctly. As requested by the issue template, please provide compose file or similar, logs, and what you expected for the version.
I am not able to recreate this. When specifying VERSION and FORGE_VERSION the image will pull exactly what is requested: ``` > docker run -it --rm -e EULA=true -e TYPE=FORGE...
It downloads the "recommended" version by default  https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/server-types/forge/ 
You can't declare both CF_SLUG and CF_PAGE_URL. Also your CF_PAGE_URL is wrong. It shouldn't reference a zip file. Read the docs to see proper url to put there. Next time...
Please provide the new logs. Also make sure you use `docker compose up -d` to apply the changes.
It says it in the error ``` GenericException: The modpack authors have indicated this file is not allowed for project distribution. Please download the client zip file from https://www.curseforge.com/minecraft/modpacks/jay-pack and...
You're pointing to the server file https://www.curseforge.com/minecraft/modpacks/jay-pack/files/7131425 I know that seems tempting, but it's wrong. You're supposed to reference the client modpack since CurseForge only includes metadata in those. The...