mcman icon indicating copy to clipboard operation
mcman copied to clipboard

add more server software

Open 0PandaDEV opened this issue 1 year ago • 2 comments

  • pufferfish
  • folia
  • plazma
  • sponge

0PandaDEV avatar Oct 21 '23 22:10 0PandaDEV

yea sure we can add more shortcut names... to some of them?

Pufferfish:

[jar]
type = "jenkins"
url = "https://ci.pufferfish.host/"
# one of these
job = "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 search
version = "${mcver}"
filename = "${artifact}-${version}-universal.jar"

TheAlan404 avatar Oct 22 '23 10:10 TheAlan404

looks good to me im testing different server softwares at the moment i will come back here if i find other alternatives to the mainstream

0PandaDEV avatar Oct 22 '23 13:10 0PandaDEV