Skip to content
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

Make REMOVE_OLD_PLUGINS independent from SPIGET_RESOURCES #177

Merged
merged 1 commit into from
May 10, 2024

Conversation

Erik1000
Copy link
Contributor

@Erik1000 Erik1000 commented May 9, 2024

This makes the behavior consistent with docker-minecraft-server since removeOldMods is called once in
https://github.com/itzg/docker-minecraft-server/blob/f659c56f184a8167a2d6c83e68d4065a093d3b73/scripts/start-spiget#L131 if SPIGET_RESOURCES is used and then it is called again in
https://github.com/itzg/docker-minecraft-server/blob/f659c56f184a8167a2d6c83e68d4065a093d3b73/scripts/start-setupModpack#L26 regardless of SPIGET_RESOURCES.

I think this is expected behavior and I used this to remove old jar files which were supplied via the /plugins mount without using SPIGET_RESOURCES.

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for improving that consistency!

@itzg itzg merged commit 04f24ff into itzg:master May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants