You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Purpur and Pufferfish are forks of Paper, it would be nice to download the same default configurations as for Paper. They are compatible because Purpur and Pufferfish have separate configuration files (purpur.yml / pufferfish.yml) for fork-specific features.
Essentially, we would simply have to extract this code into a reusable function/script and invoke it from start-deployPaper, start-deployPurpur and start-deployPufferfish.
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 to non-Paper derivatives.
Enhancement Type
Improve an existing feature
Describe the enhancement
Since Purpur and Pufferfish are forks of Paper, it would be nice to download the same default configurations as for Paper. They are compatible because Purpur and Pufferfish have separate configuration files (
purpur.yml
/pufferfish.yml
) for fork-specific features.Essentially, we would simply have to extract this code into a reusable function/script and invoke it from
start-deployPaper
,start-deployPurpur
andstart-deployPufferfish
.docker-minecraft-server/scripts/start-deployPaper
Lines 45 to 56 in 621bafb
And we would have to think about what to do with this environment variable (keep the same name for forks, rename it, ...?):
docker-minecraft-server/scripts/start-deployPaper
Line 13 in 621bafb
The text was updated successfully, but these errors were encountered: