Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Releases: intsuc/setup-minecraft

v3.3.2

12 Jan 03:18

Choose a tag to compare

v3.3.1

23 Sep 01:48

Choose a tag to compare

Internal Changes

  • Use node20

v3.3.0

20 Sep 08:02

Choose a tag to compare

New Features

  • Add cache input #134
    • Whether to cache Minecraft. Default false.
    • Caching server.jar does not reduce workflow execution time significantly, even though it uses more than 45MB of cache space per version. Set this to true only if you want to reduce execution time as much as possible or make your workflow more stable.
  • Add retries input #126
    • Number of retries to download Minecraft. Default 3.

v3.2.0

07 Jun 03:20

Choose a tag to compare

New Features

  • Add an install input that controls whether to install Minecraft #124
    • This is convenient when you want to fetch the latest version (release or snapshot), but don't want to download the server.

Fixes

  • The MINECRAFT environment variable now has an absolute path #125

v3.1.1

15 May 08:31

Choose a tag to compare

Fixes

  • Fix target branch

v3.1.0

15 May 08:09
d3d4223

Choose a tag to compare

New Features

  • Added package output, including the content of the package file of the version being used
    • You can inspect the package using fromJson as follows:
      - id: minecraft
        uses: mcenv/setup-minecraft@v3
        with:
          version: "1.19.4"
      - uses: actions/setup-java@v3
        with:
          distribution: "temurin"
          java-version: ${{ fromJson(steps.minecraft.outputs.package).javaVersion.majorVersion }}

v3.0.1

11 May 12:17

Choose a tag to compare

Improvements

  • Enable cross-OS archive to share server.jar across all platforms

Bug Fixes

v3.0.0

25 Apr 20:58

Choose a tag to compare

Breaking Changes

  • The path of server.jar has been changed. You can get this path using the environment variable MINECRAFT. Refer to the example usage for more details.

v2.0.4

18 Apr 00:41
aa544f9

Choose a tag to compare

  • Update dependencies

v2.0.3

14 Mar 16:18

Choose a tag to compare

  • Update dependencies