Releases: itzg/docker-minecraft-server
Releases · itzg/docker-minecraft-server
2025.2.0
What's Changed
Enhancements
- cf: gracefully handle invalid modpack manifest file by @itzg in #3237
- modrinth: added excludes needed for create_plus by @itzg in #3242
- cf: handle spaces around commas for includes/excludes by @itzg in #3256
- feat: bump mc-server-runner & add note about bypassing
STOP_SERVER_ANNOUNCE_DELAY
by @DerRockWolf in #3280 - update mohist download script to use new API endpoint by @WaveringAna in #3247
- datapack: allow copying from directory by @Tert0 in #3259
- Feat: Disabling Mods in Generic Packs by @azunaVT in #3281
Bug Fixes
- Corrected calculation of Canyon download URL by @itzg in #3226
- neoforge: grab latest beta even when non-beta release is newer by @itzg in #3227
- Install tput for colorized logs on alpine images by @itzg in #3229
- ketting: fixed launcher invocation by @itzg in #3244
- cf: qualify mapping of excluded slug to mod IDs by @itzg in #3254
Documentation
- Added compose example snippets for Paper docs by @itzg in #3231
- Added example for skyfactory5 by @itzg in #3235
- Fixed compose error due to missing key in GTNH example by @SgtMate in #3238
- examples: adjust gtnh example to use MEMORY and JVM_OPTS by @itzg in #3257
- Version bump GTNH to 2.7.2 by @elizabethlfransen in #3258
- Clarify java edition aspect by @itzg in #3264
- Add configurator tool to documentation by @Krymonota in #3272
- Clarify Vanilla Tweaks file documentation by @cadenkriese in #3287
Other Changes
- Bump mc-monitor to fix cve by @FernandoRod13 in #3270
New Contributors
- @SgtMate made their first contribution in #3238
- @WaveringAna made their first contribution in #3247
- @Tert0 made their first contribution in #3259
- @FernandoRod13 made their first contribution in #3270
- @DerRockWolf made their first contribution in #3280
- @azunaVT made their first contribution in #3281
Full Changelog: 2025.1.0...2025.2.0
2025.1.0
What's Changed
Enhancements
- added new exclusions by @EmilyxFox in #3214
- Cache CF search API calls and better handle CURSEFORGE_FILES rate limit by @itzg in #3215
Bug Fixes
Documentation
- docs: clarify curseforge listing file and GetBukkit limitation by @itzg in #3205
- fix vault hunters example by @prabhjot98 in #3213
Other Changes
- Add an Example of Setting Up GregTech: New Horizons by @elizabethlfransen in #3212
- Download
paper.yml
andbukkit.yml
by @Krymonota in #3217
New Contributors
- @elizabethlfransen made their first contribution in #3212
- @prabhjot98 made their first contribution in #3213
- @Krymonota made their first contribution in #3217
Full Changelog: 2024.12.1...2025.1.0
2024.12.1
What's Changed
Enhancements
- Switch FTBA to use https://api.feed-the-beast.com/v1 by @itzg in #3174
- Added xaeroplus and yungs-menu-tweaks to the exclude list by @juanjoseDPB in #3181
Bug Fixes
- Fixed new FTB installer args and manifest by @itzg in #3176
- Re-install FTB if manifest is missing by @itzg in #3177
- Make sure download new version of FTB installer by @itzg in #3186
Documentation
- Corrected examples link in autopause docs by @itzg in #3188
- docs: clarified Modrinth support includes plugins and datapacks by @itzg in #3196
- Clarify Modrinth URL structure in documentation by @mishl-dev in #3197
- Add example of Craftoria modpack by @JordiBrisbois in #3198
Other Changes
- Fix syntax error in start-deployPurpur by @itzg in #3178
- fix: install missing language pack for GraalVM by @Sculas in #3189
New Contributors
- @juanjoseDPB made their first contribution in #3181
- @Sculas made their first contribution in #3189
- @mishl-dev made their first contribution in #3197
- @JordiBrisbois made their first contribution in #3198
Full Changelog: 2024.12.0...2024.12.1
2024.12.0
What's Changed
Enhancements
- modrinth: more info in error when dependency has no applicable files by @itzg in #3142
- Include processing of SPIGET_RESOURCES with TYPE=CUSTOM by @itzg in #3156
- cf: added default excludes needed for ATM10 by @itzg in #3164
- cf: use fallback URL for curseforge files like modpack files by @itzg in #3158
Bug Fixes
- Fix incorrect warning about setting TYPE and MODPACK_PLATFORM by @itzg in #3122
- Correctly handle NeoForge CF modpacks also using CURSEFORGE_FILES by @itzg in #3139
- Correcting name of .mc-health.env file by @itzg in #3167
Documentation
- port configuration for local modrinth modpack setup by @joaogmbd in #3116
- add ftb-evolution example file by @EmilyxFox in #3135
- Create ATM10 example by @rhullah in #3143
- docs: adjust memory and volume in atm10 example by @itzg in #3166
Other Changes
- New logger with color and specific types. Code cleanup by @IronMine in #3108
- Rename MOD_PLATFORM to MODPACK_PLATFORM by @IronMine in #3120
- fix start-deployFTBA by @IronMine in #3124
- deps: upgrade mc-monitor to 0.15.0 by @itzg in #3149
- add advancement plaques to cf exclusions by @EmilyxFox in #3168
- fix ngrok docker compose example by @d3n1z6 in #3173
New Contributors
Full Changelog: 2024.10.2...2024.12.0
2024.10.2
What's Changed
Enhancements
- curseforge: cache get mod info and file API calls to disk by @itzg in #3102
- Add SKIP_CHOWN_DATA to skip the "Changing ownership of /data" by @itzg in #3103
- cf: default API cache TTL to 2 days and allow config by @itzg in #3107
Bug Fixes
Documentation
Other Changes
- refactoring a little bit some test script files by @IronMine in #3100
- Fix mc-send-to-console running with uid=0(root) by @GiriNeko in #3106
New Contributors
Full Changelog: 2024.10.1...2024.10.2
2024.10.1
What's Changed
Enhancements
- For FTBA support extra mods with Modrinth/CurseForge by @itzg in #3092
- modrinth: support datapack retrieval by @itzg in #3096
Documentation
Other Changes
Full Changelog: 2024.10.0...2024.10.1
2024.10.0
What's Changed
Enhancements
Documentation
Other Changes
- build: accept build args for extra packages to install by @itzg in #3060
- Bump mc-monitor version by @md5nake in #3061
- build: upgraded easy-add and mc-monitor by @itzg in #3066
- build: upgraded restify, rcon-cli, mc-server-runner by @itzg in #3067
- Add PAPER_CONFIG_REPO as alias for defaults repo variable by @Alpha018 in #3076
New Contributors
Full Changelog: 2024.9.0...2024.10.0
2024.9.0
What's Changed
Enhancements
- Added support for FOLIA_CHANNEL by @itzg in #3029
- Added client mod exclusions for modpack "Hardrock Terrafirmacraft" by @lucaperl in #3028
- Add just-zoom (jar: justzoom) to global exclude by @EmilyxFox in #3032
- New server properties by @EmilyxFox in #3034
- Default EXISTING_OPS_FILE and EXISTING_WHITELIST_FILE to MERGE by @itzg in #3038
- cf-files: improve the logging of missing dependencies especially optional ones by @itzg in #3044
- modrinth: improve logging of non-applicable versions by @itzg in #3053
Bug Fixes
Documentation
- docs: updated with example on how to setup lazymc with minecraft container by @joesturge in #3017
- Ketting removed GithubPackages by @C0D3-M4513R in #3027
- docs: remove leftover debugs in bmc4 example by @itzg in #3037
- Simple Voice Chat examples by @EmilyxFox in #3057
Other Changes
- Added hide-online-players server property by @EmilyxFox in #3026
- add new server property in 24w33a by @EmilyxFox in #3043
- Healthcheck interval is now 60s with start interval 5s by @itzg in #3058
New Contributors
- @joesturge made their first contribution in #3017
- @EmilyxFox made their first contribution in #3026
- @lucaperl made their first contribution in #3028
Full Changelog: 2024.7.2...2024.9.0
2024.7.2
What's Changed
Enhancements
- Updated and Improved install scripts. by @keepittechie in #3006
- Add itemphysic-lite to global exclude by @ruskington in #3014
Documentation
Other Changes
New Contributors
- @keepittechie made their first contribution in #3006
- @ruskington made their first contribution in #3014
Full Changelog: 2024.7.1...2024.7.2
2024.7.1
What's Changed
Enhancements
- paper: suggest other release channel when build not found by @itzg in #3000
- auto-cf: added blur-forge to global excludes by @itzg in #3003
- paper: download default configs before patching by @itzg in #3004
Bug Fixes
- Re-download Modrinth projects based on modified time rather than filename existence by @itzg in #2999
Other Changes
New Contributors
Full Changelog: 2024.7.0...2024.7.1