If you want to leave a message for players joining your world, adding a custom welcome screen is the easiest way to do it. You can use it to link your Discord, list your server rules, or just give them a quick warning before they spawn in.
We just need to tweak one text file to get it running. Let's knock it out.
Setting Your Custom Welcome Message
Your welcome message is stored in your main server configuration file. Here is how to track it down in the panel.
- Head to your MintServers panel and click the Stop button.
- Click on the Files tab on the left sidebar to open the File Manager.
- Navigate through the file structure by clicking on the
.cachefolder, and then opening theServerfolder.📁 .cache
📁 Server
📄 MintServers.ini (Your server configuration file) - Scroll down through the settings until you find the line that starts with
ServerWelcomeMessage=. - Type your new greeting directly after the equals sign.
- Hit the Save Content button at the top of the editor to lock in your text.
- Head back to the Console and click Start to boot your server back up.
Formatting Your Message
You can use HTML formatting in your welcome message to add colors and new lines.
- Colors: Use
for red,for green, andfor blue. - Line breaks: Use
to create new lines in your text.
For example, if you want a colorful, multi-line greeting, type it out exactly like this so the game reads it properly:
ServerWelcomeMessage=
Message Not Showing Up?
If you connect to the server and the message looks broken or just isn't there, double-check that you actually stopped the server before saving the file. Also, make sure you didn't accidentally delete the equals sign from the configuration line.
If you're still stuck, no worries! Just open a support ticket and our team will jump in to help.