Geoff Bourne

Results 1036 comments of Geoff Bourne

### Research notes Looking at the API response of the version file mentioned, https://api.modrinth.com/v2/version/puUfqBpY, those files come back with entries like ```json { "hashes": { "sha1": "68dfe0e04217ecf27bb255d4a6b993ddd6c7830d", "sha512": "ad12d4b00189a077da9b6b95d0e3f565cf9fba4e5404a2011beccb187816d749093d868b14134f8682082847273d732ae869852f28100b90a8cc21175afef674" },...

@Akorian in the case of those secondary files from EssentialsX, where are they supposed to go? In the plugins directory?

Just noting from [Discussion in Discord](https://discord.com/channels/660567679458869252/660569641550217327/1326323385114038324) that will probably need to utilize a user provided filename glob to pick off ambiguous non-primary files. For example with https://modrinth.com/plugin/tne/version/0.1.3.4 the user could...

Great suggestions. Perhaps for the variable it should be shifted to just CONFIG_DEFAULTS_REPO and used for all of them. The downside I can think is now it could seem applicable...

Thanks for pointing this out. I had added NeoForge support for Modrinth modpacks, but apparently I didn't circle around and add it for CurseForge ones.

Referencing ATM10, as you found, would be the example. Making sure you've re-pulled the image it will be specified using https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/

Take a look at https://docker-minecraft-server.readthedocs.io/en/latest/configuration/server-properties/#opadministrator-players You could set `EXISTING_OPS_FILE` to "SKIP", but that's unlikely to be an issue since you're not settings `OPS`. As for any other files, such as...

It skips existing files https://github.com/itzg/docker-minecraft-server/blob/1370f58c267dcd936b50acfc3d44b77159ca9bb1/scripts/start-setupEnvVariables#L34 Set the env var `DEBUG` to "true" and provide the full startup logs if you want to confirm further.

> setting DEBUG=true didn't give any extra output in the log file It's not applying your container changes then. There is significantly more container log output during the init stage...