steel egg#584
Conversation
|
Thanks for your submission. I'm not seeing anything here that sets the port or any other configuration? |
Thanks for the reply, I'm new to eggs :) What should I change? |
|
We really need these eggs to support automatic configuration of the port. What I would try is generating the smallest config file you can during the install. We don't have a TOML parser, but you can use the file parser to match based on the beginning of the line. Try something like this. "config/config.toml": {
"parser": "file",
"find": {
"server_port": "server_port = {{server.build.default.port}}"
}
} |
|
Thanks for your reply. |
Description
Minecraft steel egg which resolves issue #583
Checklist for all submissions
New egg Submissions