Skip to content

Releases: itzg/docker-minecraft-server

2023.1.0

04 Feb 19:33
822bf92

Choose a tag to compare

What's Changed

Enhancements

  • Emphasize cause analysis when minecraft server fails by @itzg in #1883
  • Add Modrinth plugins support for Spigot/Paper by @itzg in #1885
  • Support automatically downloading and upgrading CurseForge modpacks by @itzg in #1889
  • Use parallel downloads for AUTO_CURSEFORGE by @itzg in #1899
  • For AUTO_CURSEFORGE, provide the option to force include mods by @itzg in #1900
  • Add image tag/variant for Java 19 JRE by @itzg in #1902
  • Use slugs or IDs for include/excludes with AUTO_CURSEFORGE and option for file declaration by @itzg in #1905
  • AUTO_CURSEFORGE by default use exclude/include from latest in repo by @itzg in #1906
  • AUTO_CURSEFORGE ensure modloader up to date even when modpack is by @itzg in #1907
  • Add legendary-tooltips to exclusions by @itzg in #1915
  • For AUTO_CURSEFORGE, auto-set LEVEL from world save provided by modpack by @itzg in #1929
  • Upgrade image helper to debug log file download duration and rate by @itzg in #1936

Bug Fixes

  • Restore FORGE_INSTALLER (again) using mc-image-helper by @itzg in #1880
  • Correct AUTO_CURSEFORGE to only grab server mods by @itzg in #1896
  • Correct AUTO_CURSEFORGE to also include library mods by @itzg in #1897
  • For AUTO_CURSEFORGE, fixed typo with CF_EXCLUDE_MODS by @itzg in #1901
  • Fix usage when given forge installer is in data directory by @itzg in #1909
  • Upgrade image helper to fix Forge 1.7.x downloads by @itzg in #1917
  • Fix handling of CF modpack overrides when files before directories by @itzg in #1932
  • Handle installation of older Fabric versions by @itzg in #1945
  • auto-cf: correctly handle modpack slug that clashes with mod slug by @itzg in #1947
  • autopause: improve network interface lookup by @itzg in #1949
  • auto-cf: properly handle mod URLs with unicode by @itzg in #1950

Documentation

  • docs: adjusted auto CurseForge section by @itzg in #1890
  • docs: Added a diagram showing docker run to compose by @itzg in #1912
  • docs: Added examples of AUTO_CURSEFORGE and MEMORY info by @itzg in #1920
  • docs: fixed volumes typo in docker-compose-paper.yml example by @itzg in #1928
  • Improve docs for file reference options for AUTO_CURSEFORGE by @itzg in #1931

Other Changes

  • Upgrade rcon-cli to 1.6.1 by @itzg in #1913
  • add more rubidium mods by @LeaderbotX400 in #1919
  • build: disable provenance on image build by @itzg in #1922
  • Upgrade image helper to allow Modrinth specific version id declaration by @JustMangoT in #1938
  • Modrinth per project version type declaration by @JustMangoT in #1939

New Contributors

Full Changelog: 2022.16.0...2023.1.0

2022.16.0

31 Dec 20:29
c9341ec

Choose a tag to compare

What's Changed

Enhancements

  • Added FORCE_REDOWNLOAD support for Bukkit/Spigot by @itzg in #1879

Documentation

  • Fixed format as code for MOTD newline escape by @torgeros in #1873
  • Noted about not using quotes in environment list syntax by @itzg in #1875

New Contributors

Full Changelog: 2022.15.0...2022.16.0

2022.15.0

20 Dec 17:09
ef9318f

Choose a tag to compare

What's Changed

Enhancements

  • Allow for commas in mc-image-helper lists by @itzg in #1840
  • Allow DEBUG env var to enable mc-image-helper debug logs by @itzg in #1870

Bug Fixes

  • Use HTTP accept when downloading CF modpack by @itzg in #1837
  • Revert "Use HTTP accept when downloading CF modpack" by @itzg in #1850

Documentation

  • Added multi-project example by @itzg in #1824
  • Add a lot of clarification to RCON documentation by @itzg in #1835
  • Logs when downloading vanilla server jar were confusing by @itzg in #1856
  • Clarify whitelist variables (enable vs enforce) by @itzg in #1860

Other Changes

  • Bump mc-server-runner to 1.8.2 by @itzg in #1823
  • Removed pre-1.12 empty JSON file conversion by @itzg in #1826
  • Add .paused file when server is paused by @kylestang in #1830
  • Add SERVER-START.sh as a possible entry script file name by @P4sca1 in #1838
  • Fix typo in README: "has does" -> "has done" by @xyqyear in #1846
  • Added nfs client support packages. by @ThomWilhelm in #1843
  • Let FTB installer manage file removal during version change by @itzg in #1851
  • Bump mc-image-helper to 1.22.11 by @itzg in #1854
  • Add launch.sh start script to support multiple classic Technic modpacks by @Megasware128 in #1859

New Contributors

Full Changelog: 2022.14.0...2022.15.0

2022.14.0

10 Nov 13:37
46a09ed

Choose a tag to compare

What's Changed

Enhancements

Documentation

  • Added example of INITIAL_ENABLED_PACKS by @itzg in #1799
  • Remove duplicate VIEW_DISTANCE env variable by @kylekrejci in #1808
  • Document command to find host path of anonymous volume by @itzg in #1811

New Contributors

Full Changelog: 2022.13.0...2022.14.0

2022.13.0

22 Oct 22:07
17cf058

Choose a tag to compare

What's Changed

Enhancements

  • Auto-manage server properties by default by @itzg in #1769
  • Prevent generic modpack overwriting eula file by @itzg in #1773
  • Setup MEMORY variables earlier to allow use in Spigot build by @itzg in #1779
  • Added support for datapack enable/disable properties for feature flags by @itzg in #1798

Bug Fixes

  • Only default MOTD and WHITELIST when first creating server.properties by @itzg in #1780
  • if REMOVE_OLD_MODS = true redownload plugins by @boyphongsakorn in #1792

Documentation

  • Added more description of DATAPACKS variables by @itzg in #1784
  • Emphasize java 8 requirement for Forge < 1.18 by @itzg in #1787
  • Improved naming of FORGE_FORCE_REINSTALL and FORGE_VERSION by @itzg in #1788

New Contributors

Full Changelog: 2022.12.0...2022.13.0

2022.12.0

08 Oct 20:38
c61df8d

Choose a tag to compare

What's Changed

  • Perform clean Forge version changes by @itzg in #1669
  • Don't show server properties by default and obscure passwords by @itzg in #1670
  • Fix FORGEVERSION and FORGE_INSTALLER support by @itzg in #1677
  • Updates for GH_TOKEN addition for packwiz support by @DarkWugWug in #1687
  • GH_TOKEN by @DarkWugWug in #1688
  • docs: Corrected versions required for FTBA by @itzg in #1689
  • Added example for GENERIC_PACK TNP5 by @TerminalFault in #1698
  • docs: clarify placeholder usage with _FILE suffix by @itzg in #1704
  • Add AUTOSTOP_USE_PKILL option to use pkill instead of kill in autostop feature by @DAlperin in #1707
  • Fixed issue with GENERIC_PACK where it exits after saving checksum by @itzg in #1708
  • Show IP address that caused auto-pause to resume by @itzg in #1709
  • Correctly parse modrinth dependencies declared as embedded by @itzg in #1710
  • Adjusted mc-image-helper to use logback for java8 by @itzg in #1713
  • Upgrade mc-image-helper to 1.22.4 by @itzg in #1715
  • Corrected Modrinth usage with TYPE=FORGE by @itzg in #1719
  • Change versionLessThan to work in strict mode by @itzg in #1723
  • Download and use packwiz from Maven repository by @itzg in #1725
  • Fixed bug causing isTrue to fail with "parameter not set" by @itzg in #1727
  • fix(packwiz): provide side argument to packwiz by @cecilia-sanare in #1734
  • Allow image helper get to use user info by @itzg in #1735
  • Upgrade mc-monitor to allow option to use mcutils for long FML2 listings by @itzg in #1746
  • Create docker-compose-curseforge-atm7.yaml by @TerminalFault in #1761
  • BetterMC Plus Example by @TerminalFault in #1762
  • Remove packwiz 403 readme documentation by @TerminalFault in #1763
  • Added ARMv7 build for java8-multiarch by @itzg in #1765
  • Updated docs for finding FTB modpack ID by @itzg in #1766

New Contributors

Full Changelog: 2022.11.0...2022.12.0

2022.11.0

14 Aug 18:31
380ea20

Choose a tag to compare

What's Changed

  • Allow for multiple patterns in REMOVE_OLD_MODS_INCLUDE/EXCLUDE by @itzg in #1637
  • Added debug options for autopause/stop by @itzg in #1638
  • Install procps-ng on Oracle Linux-based images for autopause by @NoaHimesaka1873 in #1644
  • build: only login to DockerHub when credentials available by @itzg in #1645
  • FTBA installer on Alpine fails gracefully by @itzg in #1655
  • Output expected files when FTBA prep fails by @itzg in #1656
  • Updated LegacyJavaFixer Download URL by @gurustave in #1667

New Contributors

  • @gurustave made their first contribution in #1667

Full Changelog: 2022.10.1...2022.11.0

2022.10.1

25 Jul 02:27
c5d4e4d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2022.10.0...2022.10.1

2022.10.0

21 Jul 13:48
5cec413

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2022.9.0...2022.10.0

2022.9.0

27 Jun 13:38
8d7a527

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2022.8.0...2022.9.0