anatawa12/minecraft-server-start-test
An action to check a mod can be launched with server. currently supports server.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| server_type | The minecraft server type. by default, and currently supports only forge | no | forge |
| version | The version of minecraft server. For forge, the version number in installer jar like `1.12.2-14.23.5.2855` or `1.7.10-10.13.4.1614-1.7.10` are valid. | yes | — |
| work_dir | The path to server working directory. If not specified, this will create temp directory. | no | — |
| sleep_time | Deprecated. use stop_at | no | — |
| stop_at | The time server will start stopping. If it's in seconds or ticks, the command will be sent after the time since FMLServerStartedEvent. If it's 'before world', the server will be stopped before world loading. | no | 0s |
| timeout | Timeout until server started. if timeout reached, this action will falls | no | — |
| world_data | The path to minecraft world data. | no | — |
| mods_dir | The path to your mods folder. | no | — |
| mod_jar | The path to your mod jar. This will be added to mods directory. | no | — |
| config_dir | The path to your config folder. | no | — |
| config_jar | The path to your config jar. This will be added to config directory. | no | — |
| minecraft_server_auto_closer_path | The path to your config jar. This will be added to config directory. | no | — |
| github_token | The github api token to get latest version of closer | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| work_dir | The actual path to server working directory. |