-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
[mc-image-helper] ERROR : Invalid parameter provided for 'modrinth' command: No files are available for the project xyz for loader paper and Minecraft version 1.20.6 #428
Comments
It means one of those plugins is not available for Paper 1.20.6. Unfortunately the log is showing the Modrinth project ID rather than the slug you provided so I'll have to lookup an easy way for you to convert that identifier. |
xyz is a placeholder... it occusrs on every plugin in the list an returns the projectid... |
It stops the startup because you misconfigured it. Otherwise if it let the misconfiguration proceed then it would get lost in the logs and you'd wonder why the plugin was missing. |
OK, but when there exists already a plugin.jar in the plugins folder with version 1.20.4 and then the paper.jar is updated from 1.20.4 to 1.20.6 what happens then? |
It will attempt to upgrade the plugin by downloading the new and removing the old. |
OK, but in the case, when no new version of the plugin is found, the server does not stop or? |
Correct. It's trying to find a version of that plugin compatible with Paper 1.20.6, not finding one, and stopping the startup process so it's obvious there is something you need to fix. |
OK in this case VERSION=LATEST will always stop the server so I have to set a fixed version... Can I set in the configuration that it should use not the latest Minecraft Client release but the latest stable Paper Server release?
|
It's best to always set a specific VERSION, such as 1.20.4 in this case. Narrowing the Paper release channel is a planned feature itzg/docker-minecraft-server#2811 ; however, even with that it will still leave room for surprise upgrades. |
This is the configuration in the docker compose file:
It always makes this ERROR independent of which plugin:
[mc-image-helper] ERROR : Invalid parameter provided for 'modrinth' command: No files are available for the project xyz for loader paper and Minecraft version 1.20.6
What does not work here, because after this error the minecraft server stops?
The text was updated successfully, but these errors were encountered: