Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add more server software #30

Open
0PandaDEV opened this issue Oct 21, 2023 · 2 comments
Open

add more server software #30

0PandaDEV opened this issue Oct 21, 2023 · 2 comments

Comments

@0PandaDEV
Copy link

  • pufferfish
  • folia
  • plazma
  • sponge
@TheAlan404
Copy link
Contributor

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"

@0PandaDEV
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants