Releases: itzg/docker-minecraft-server
Releases · itzg/docker-minecraft-server
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
2024.7.0
What's Changed
Enhancements
- Update cf-exclude-include.json with Apple Skin, etc by @LeaderbotX400 in #2932
- modrinth: add support for default excludes/includes by @itzg in #2937
- cf: add support for modpacks that use NeoForge by @itzg in #2943
- Add ryoamiclights to CF global excludes by @itzg in #2948
- More Client-side mods to exclude by @KrosTheProto in #2967
- modrinth: add default exclusions discovered for prominence 2 by @itzg in #2982
- cf: check downloads repo before attempting download of mod in modpack by @itzg in #2985
- mcopy: support basic auth via URL by @itzg in #2989
Bug Fixes
- neoforge: correctly handle versioning that drops the ".0" by @itzg in #2935
- add check for absolute directories to world copy script by @hpf3 in #2939
- Fixed exclusion of no-night-vision-flashing by @itzg in #2970
- cf: copy files found in downloads repo by @itzg in #2986
- auto-cf: remove necronomicon from global exclusions by @itzg in #2991
- Avoid logging userinfo from MODS/PLUGINS URLs by @itzg in #2993
Documentation
- docs: updating AUTO_CURSEFORGE examples that no longer need /downloads by @itzg in #2938
- Clarify MODRINTH_ALLOWED_VERSION_TYPE inclusion by @itzg in #2966
Other Changes
- Updated mod exclusion list by @KrosTheProto in #2964
- Corrected "Updated mod exclusion list" by @itzg in #2965
- build: fully remove java17-jdk variant from build by @itzg in #2904
- Changed foamfix mod name by @bobpattison123 in #2969
- Remove JEI from exclusion list to fix ATM9 launch issue by @AkashiSN in #2971
- Add use-proxy support to health extra args by @paradox460 in #2973
- Update the autopause server listener to be proxy aware by @paradox460 in #2978
- Optimize startup on versionLessThan function by @felipepasc in #2979
- Fix typo in reference to REMOVE_OLD_MODS variable by @4Ply in #2988
New Contributors
- @KrosTheProto made their first contribution in #2964
- @bobpattison123 made their first contribution in #2969
- @AkashiSN made their first contribution in #2971
- @paradox460 made their first contribution in #2973
- @4Ply made their first contribution in #2988
Full Changelog: 2024.6.1...2024.7.0
2024.6.1
What's Changed
Enhancements
- paper: download default configs to allow for patching by @itzg in #2883
- cf: verify mod file hashes and re-download to repair by @itzg in #2884
- Add true-darkness to CF global excludes by @wirytiox in #2899
- paper: consider release channel when selecting version/build by @itzg in #2902
Bug Fixes
- Fixed issue of unbound REMOVE_OLD_MODS_EXCLUDE variable when using SPIGET_RESOURCES by @itzg in #2891
- Disable default configs download until issues resolved by @itzg in #2895
- Don't log RCON password when DEBUG enabled by @itzg in #2898
Documentation
- docs: fixed description of BROADCAST_RCON_TO_OPS variable by @itzg in #2873
- Added note about CurseForge files dependency handling by @itzg in #2881
- Fixed typo in CF files dependencies section title by @itzg in #2896
- Added hairpin routing diagram by @itzg in #2903
- Add a section about class file version 65.0 message by @itzg in #2906
- Update mods-file example reference by @emmanuel-ferdman in #2915
- docs: updated to new name of itzg/mc-proxy by @itzg in #2917
Other Changes
- Add zume to cf-exclude-include.json by @wirytiox in #2874
- Add SERVER_HOST Environment in mc-monitor command by @felipepasc in #2875
- build: upgrade tools to Go 1.22.4 by @itzg in #2885
- Accept yes/no for boolean environment variables by @kdkasad in #2893
- build: add java21-jdk variant by @itzg in #2900
New Contributors
- @wirytiox made their first contribution in #2874
- @felipepasc made their first contribution in #2875
- @kdkasad made their first contribution in #2893
- @emmanuel-ferdman made their first contribution in #2915
Full Changelog: 2024.6.0...2024.6.1
2024.6.0
What's Changed
Enhancements
- Enhance CurseForge server packs that use variables.txt by @rubbersteak in #2867
Bug Fixes
- Fixed internal SPIGOT family mapping by @itzg in #2839
- cf: allow for trailing slash on CF modpack page URL by @itzg in #2848
- Remove normalizing to uppercase of LEVEL_TYPE by @itzg in #2852
Documentation
- docs: added more detail about autopauase rootless usage by @itzg in #2814
- Remove version from docker compose since it's been deprecated by @MASACR99 in #2816
- examples: updated bmc4 example by @itzg in #2822
- docs: add info about DUMP_SERVER_PROPERTIES by @itzg in #2826
- docs: add compose example of multiline MOTD by @itzg in #2827
- Added a missing quotation mark by @JuanJesusAlejoSillero in #2846
- rad2 compose example by @noah1019 in #2859
- docs: allow for toggling light/dark mode by @itzg in #2869
Other Changes
- build: upgrade rcon-cli and easy-add by @itzg in #2831
- build: upgrading git-lfs from packagecloud by @itzg in #2835
- build: disable java17-openj9 for now by @itzg in #2849
- build: add back arm64 into java21-alpine multiarch by @itzg in #2858
New Contributors
- @MASACR99 made their first contribution in #2816
- @JuanJesusAlejoSillero made their first contribution in #2846
- @noah1019 made their first contribution in #2859
- @rubbersteak made their first contribution in #2867
Full Changelog: 2024.5.0...2024.6.0
2024.5.0
What's Changed
Bug Fixes
Documentation
Other Changes
- docs: corrected mention of armv7 for latest/stable by @itzg in #2793
- Apply SKIP_SUDO when starting knockd by @antoncuranz in #2795
- build: pin java17 tests to 1.20.4 by @itzg in #2796
New Contributors
- @antoncuranz made their first contribution in #2795
Full Changelog: 2024.4.1...2024.5.0