anvil-dev/Dedicated Server Launch Test
Test if specified mods can launch on dedicated server environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 26, 2026
- License
- GPL 3.0
Pinned Snippet
uses: anvil-dev/dedicated-server-launch-test@11a6f06eee8cb0f5afc62b1b5624342b09d45707 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| minecraft_version | The Minecraft version to test (required field) | yes | "" |
| mod_loader | The mod loader to test (required field) | yes | "" |
| loader_version | The mod loader version to test (required field) | yes | "" |
| mods | The path to the mod files (required field) | yes | "" |
| extra-mods | The path to extra mods (Modrinth <id>:<version> list) | no | "" |
| maven-repos | The path pointing to the Maven repositories (Direct <url> list) | no | "" |
| maven-mods | The path to the mod list file containing Maven coordinates (Maven <group>:<project>:<version> list) | no | "" |
| url-mods | The file path pointing to a list containing mod download URLs (Direct <url> list) | no | "" |
| other-files | The file path pointing to a list of URLs containing other resource files (Direct <path>@<url> list) | no | "" |
| quiet-setup | Should be quiet when setup servers (boolean, true/false) | no | False |
Outputs
no outputs