Skip to content

set MODRINTH_PROJECTS to an empty string can't removes all previously managed project-files #3339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
uhziel opened this issue Feb 25, 2025 · 2 comments

Comments

@uhziel
Copy link

uhziel commented Feb 25, 2025

Describe the problem

services:
  mc:
    image: itzg/minecraft-server
    environment:
      EULA: "true"
      VERSION: 1.21.4
      TYPE: "PAPER"
      MODRINTH_PROJECTS: "tabtps"
    ports:
      - "25565:25565"
    volumes:
      - ./data:/data

When MODRINTH_PROJECTS set to "", can't remove tabtps.

But CURSEFORGE_FILES can do it.

https://docker-minecraft-server.readthedocs.io/en/latest/mods-and-plugins/curseforge-files/

References removed from the declaration are automatically cleaned up and setting CURSEFORGE_FILES to an empty string removes all previously managed project-files.

Container definition

Paste run command or compose file here

Container logs

Paste logs here
@itzg
Copy link
Owner

itzg commented Feb 25, 2025

Thanks for pointing this out. I will work on fixing that.

Copy link

This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.

@github-actions github-actions bot added the status/stale No recently activity has been seen and will be closed soon. label Mar 28, 2025
@itzg itzg added keep and removed status/stale No recently activity has been seen and will be closed soon. labels Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants