a year ago
21 Replies
a year ago
Seems your deployment success % is quite low (48% at time of writing)?
Odd given the only envvar seems to be EULA?
a year ago
I just span it up, and worked without any issues, only set the EULA
variable to TRUE
.
Maybe are setting it to false which would cause Minecraft to exit 🤷♀️
a year ago
Yes, my only clue is that people is filling the EULA var with other values? Any ideas on how to make this better because they really need to manually agree to the EULA.
a year ago
At this time no, but this does fit under something the team and I were chatting about yesterday about giving people "configurable APIs" to push content to the dashboard
a year ago
At this time no, but this does fit under something the team and I were chatting about yesterday about giving people "configurable APIs" to push content to the dashboard
Was thinking about this recently, maybe other options of input? select menus for example or toggles
a year ago
Hmm, I set EULA to TRUE, deployed without changing any settings and got "Can't connect to server", so I can see something might be causing the low deployment success rating here. What worked for me was setting EULA to true instead, all lowercase, counter to what the instructions say.
a year ago
Hmm, I set EULA to TRUE, deployed without changing any settings and got "Can't connect to server", so I can see something might be causing the low deployment success rating here. What worked for me was setting EULA to true instead, all lowercase, counter to what the instructions say.
Mind sharing logs on what happened?
a year ago
I've been trying to do this, eula set to true. Template as is. I'm on trial so maybe not enough memory?
[mc-image-helper] 18:13:24.530 INFO : Resolved paper to version 1.20.4 build 484
[mc-image-helper] 18:13:27.331 INFO : Created/updated 1 property in /data/server.properties
[init] log4j2.xml already created, skipping
[init] Using Aikar's flags
[init] Setting initial memory to 1G and max to 1G
[init] Starting the Minecraft server...
2024-04-13T18:13:33.959Z WARN mc-server-runner Minecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error. {"exitCode": -1}
2024-04-13T18:13:33.959Z INFO mc-server-runner Done
a year ago
Upgraded to hobby and deployed successfully. I guess this just doesn't work on trial for some reason
a year ago
damn maybe that's the cause on why my "template uptime" is so low. People are trying to deploy this on 500mb of memory.
8 months ago
Excuse me, I was curious about the Minecraft server, I wanted to know if, with a pro plan, would have been possible to change it's IP with a custom one, also if it was possible to set up the server to put for example plugins, modalities and so on. If it was possible I would appreciate a small guide on how to do it, I am willing to create a public Minecraft server with multiple modalities
8 months ago
Excuse me, I was curious about the Minecraft server, I wanted to know if, with a pro plan, would have been possible to change it's IP with a custom one, also if it was possible to set up the server to put for example plugins, modalities and so on. If it was possible I would appreciate a small guide on how to do it, I am willing to create a public Minecraft server with multiple modalities
if by IP you mean a custom domain like "play.yourserver.com" then thats possible with a hobby plan without any problems.
If you need to add plugins you can do that by adding a plugins env variable:
https://docker-minecraft-server.readthedocs.io/en/latest/mods-and-plugins/#modsplugins-list
if you need help feel free to open a help thread in Discord (I'm more active on Discord)
8 months ago
Excuse me, I was curious about the Minecraft server, I wanted to know if, with a pro plan, would have been possible to change it's IP with a custom one, also if it was possible to set up the server to put for example plugins, modalities and so on. If it was possible I would appreciate a small guide on how to do it, I am willing to create a public Minecraft server with multiple modalities
if by IP you mean a custom domain like "play.yourserver.com" then thats possible with a hobby plan without any problems.
If you need to add plugins you can do that by adding a plugins env variable:
https://docker-minecraft-server.readthedocs.io/en/latest/mods-and-plugins/#modsplugins-list
if you need help feel free to open a help thread in Discord (I'm more active on Discord)
Ok I will contact you on Discord tysm for your time
8 months ago
By Discord server do you mean the Railway's one?
I have already joined it, I have just created a thread named Need help with the Minecraft Server Template of Thalles Passos
in the help forum. What is your username? Mine is Gentle_Ego
8 months ago
TYSM For helping me out
5 months ago
I have problems connecting to the Minecraft server. Can anyone tell me how to connect to the server? The IP that appears is autorack.proxy.rlwy.net and port 33920. When I try to connect, it says something like world not found.
5 months ago
I have problems connecting to the Minecraft server. Can anyone tell me how to connect to the server? The IP that appears is autorack.proxy.rlwy.net and port 33920. When I try to connect, it says something like world not found.
Hey, I had no problems on deploying the template, can you post a screenshot of the specific error you're getting in-game? And also, please send your Minecraft Server logs https://bookmarklets.up.railway.app/log-downloader/ after trying to join the server (make sure to censor your IP address if you care about that)
5 months ago
I have problems connecting to the Minecraft server. Can anyone tell me how to connect to the server? The IP that appears is autorack.proxy.rlwy.net and port 33920. When I try to connect, it says something like world not found.
Hey, I had no problems on deploying the template, can you post a screenshot of the specific error you're getting in-game? And also, please send your Minecraft Server logs https://bookmarklets.up.railway.app/log-downloader/ after trying to join the server (make sure to censor your IP address if you care about that)
I was able to solve the problem, it turns out that when they try to enter via mobile for some reason it doesn't let them, and an error appears saying world not found or something similar, but on PC it does allow it.
One question, do you know if you can add mods? I would like to add a mini map mod.
5 months ago
I have problems connecting to the Minecraft server. Can anyone tell me how to connect to the server? The IP that appears is autorack.proxy.rlwy.net and port 33920. When I try to connect, it says something like world not found.
Hey, I had no problems on deploying the template, can you post a screenshot of the specific error you're getting in-game? And also, please send your Minecraft Server logs https://bookmarklets.up.railway.app/log-downloader/ after trying to join the server (make sure to censor your IP address if you care about that)
I was able to solve the problem, it turns out that when they try to enter via mobile for some reason it doesn't let them, and an error appears saying world not found or something similar, but on PC it does allow it.
One question, do you know if you can add mods? I would like to add a mini map mod.
Mobile and PC are two completely different versions, unfortunately they don't work together without doing some hacks.
And yes, provide the MODPACK environment variable to the service with your mod zipped and change the type to the mod's requested software, either being TYPE=FABRIC or TYPE=FORGE.