add support to fabric folia leaf leaves minecraft paper purpur quilt spigot#451
Open
unnilennium wants to merge 4 commits into
Open
add support to fabric folia leaf leaves minecraft paper purpur quilt spigot#451unnilennium wants to merge 4 commits into
unnilennium wants to merge 4 commits into
Conversation
add JAVABIN var, not defined by default
add paperMC, foliaMC, purpurMC, leafMC, leavesMC, fabricMC, quiltMC, spigot and ability to change java for jar actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I wanted to add support to those MC forks to MSM.
most are working as minecraft vanilla using their json api to get what we want.
the url can hold a specific version or will get last one if not given (Default)
msm jargroup changeurl purpur purpur-1.17.1
msm jargroup getlatest purpur
msm server create purr
msm purr jar purpur
msm purr config msm-version "purpur/1.17.1"
#java 16-17 is needed
msm purr config msm-invocation "/usr/lib/jvm/java-17-openjdk/bin/java -Xms1024M -Xmx1024M -jar server.jar nogui"
sed -i 's/eula=false/eula=true/' /opt/msm/servers/*/eula.txt
msm purr start
Two exceptions:
spigot: I made the command uses the BuildTools that needs to be places in /opt/msm/BuildTools/BuildTools.jar.
but it could be easy to add a line to get the last one. Theb it build the asked version and put the result in /opt/msm/spigot. It will not use the convention of YYYY-MM-JJ-HH-MM- prefix (could be added, but as it does not used the end of the logic, I feel easier to then just do msm servername jar spigot spigot-1.19.jar
quilt. it needs a subfolder and 2 jar downloaded. AS a result you might have to