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
Added a json and yaml egg for SteelMC, which is Rust based minecraft server. For that a new rust based section was added to the REAME.md because there are at least 5-6 more rust based server which I know of, so more will come in the future!
Have you checked to ensure there aren't other open Pull Requests for the same update/change?
[] Have you tested and reviewed your changes with confidence that everything works?
Did you branch your changes and PR from that branch and not from your master branch?
If not, why?:
New egg Submissions
Does your submission pass tests (server is connectable)?
Does your egg use a custom docker image?
Have you tried to use a generic image?
Did you PR the necessary changes to make it work?
Have you added the egg to the main README.md and any other README files in subdirectories of the egg (e.g /game_eggs) according to the alphabetical order?
Have you added a unique README.md for the egg you are adding according to the alphabetical order?
You verify that the start command applied does not use a shell script
If some script is needed then it is part of a current yolk or a PR to add one
Thanks for that input, will copy it and remove the match, because this script will never be updated and don't see a reason, to allow the users to select another executable
Thanks for that input, will copy it and remove the match, because this script will never be updated and don't see a reason, to allow the users to select another executable
you are allowed to hardcode it in the install script if needed, just like the github package / url
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
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.
Description
Added a json and yaml egg for SteelMC, which is Rust based minecraft server. For that a new rust based section was added to the REAME.md because there are at least 5-6 more rust based server which I know of, so more will come in the future!
Checklist for all submissions
New egg Submissions