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

Set up your GitHub Actions workflow with a specific version of Minecraft

License

Notifications You must be signed in to change notification settings

intsuc/setup-minecraft

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

294 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-minecraft

Test

This action downloads a specific version of Minecraft: Java Edition1.

Inputs

Name Description Default
version Minecraft version to use. release
install Whether to install Minecraft. true
cache Whether to cache Minecraft. false
retries Number of retries to download Minecraft. 3

Outputs

Name Description
version Minecraft version used.
package Package used.

Example usage

- uses: actions/checkout@v4
- id: minecraft
  uses: mcenv/setup-minecraft@v3
  with:
    version: "1.20.2"
- uses: actions/setup-java@v3
  with:
    distribution: "microsoft"
    java-version: ${{ fromJson(steps.minecraft.outputs.package).javaVersion.majorVersion }}
- run: |
    echo Running Minecraft ${{ steps.minecraft.outputs.version }}.
    echo "eula=true" > eula.txt
    java -jar $MINECRAFT nogui

Footnotes

  1. NOT OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.

About

Set up your GitHub Actions workflow with a specific version of Minecraft

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •