You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yea sure we can add more shortcut names... to some of them?
Pufferfish:
[jar]
type = "jenkins"url = "https://ci.pufferfish.host/"# one of thesejob = "Pufferfish-${mcver}"job = "Pufferfish-Purpur-${mcver}"job = "PufferfishPlus-${mcver}"# build latest, artifact first
Folia: requires building so kinda impossible without any CI building it rn (building from source feature is planned)
Plazma:
[jar]
type = "ghrel"repo = "PlazmaMC/Plazma"tag = "latest-${mcver}"# unfortunately asset must be set manually# because of extra build id/etc included in the# filenames.#asset = "plazma-paperclip-${}-reobf.jar"
Sponge:
[jar]
type = "maven"url = "https://repo.spongepowered.org/repository/maven-releases/"group = "org.spongepowered"artifact = "spongeforge"# or "spongevanilla"# version used as searchversion = "${mcver}"filename = "${artifact}-${version}-universal.jar"
The text was updated successfully, but these errors were encountered: