Update Swords 'n Magic and Stuff egg - #268
Open
EvilGenius13 wants to merge 1 commit into
Open
Conversation
Contributor
|
Why does this have so many merge conflicts? |
Contributor
Author
I absolutely bungled a rebase. Fixing now. |
EvilGenius13
force-pushed
the
eg/update-snmns-egg
branch
3 times, most recently
from
June 10, 2026 13:30
11bc7f8 to
b56f1de
Compare
Contributor
Author
|
Sorry about that. Fixed the merge issues + conflict which was the pterodactyl egg. I re-exported it as well in a new commit. Tested the eggs again just to make sure they are still working! |
EvilGenius13
force-pushed
the
eg/update-snmns-egg
branch
from
July 9, 2026 23:42
b56f1de to
15827dc
Compare
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.
Description
Logs weren't showing in the console anymore. (I am not sure how long ago that changed). This also stopped the server from being marked as running.
Currently when you load the server you see:

The log file is located at
SNM2020/Saved/Logs/. I am piping the logs to the console. The log is created on server boot up and it resets whenever you restart the server so I didn't do any cleanup around creating or deleting it.With changes, the console looks like:

I tested this on both pelican and pterodactyl, confirmed the server boots up and that I could connect through both.
Side note - I removed the old console info from the readme as well as removing the
first startportion as the server automatically restarts and boots without a problem. I also updated the pelican version to use theyamlfile.Checklist for all submissions