anatawa12/minecraft-server-start-test

An action to check a mod can be launched with server. currently supports server.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
server_typeThe minecraft server type. by default, and currently supports only forgenoforge
versionThe 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_dirThe path to server working directory. If not specified, this will create temp directory.no
sleep_timeDeprecated. use stop_atno
stop_atThe 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.no0s
timeoutTimeout until server started. if timeout reached, this action will fallsno
world_dataThe path to minecraft world data.no
mods_dirThe path to your mods folder.no
mod_jarThe path to your mod jar. This will be added to mods directory.no
config_dirThe path to your config folder.no
config_jarThe path to your config jar. This will be added to config directory.no
minecraft_server_auto_closer_pathThe path to your config jar. This will be added to config directory.no
github_tokenThe github api token to get latest version of closerno${{ github.token }}
namedescription
work_dirThe actual path to server working directory.