How To Set A Welcome Message On Your Project Zomboid Server
Este conteúdo ainda não está disponível no seu idioma.
Here’s how to set up a custom welcome message on your Project Zomboid server.
Setting A Welcome Message
Section titled “Setting A Welcome Message”- Access the Game Host Bros Panel and stop your Project Zomboid server.
- In the sidebar, go to
Configuration > Startup Parameters
. - Under
Basic
, editServer Welcome Message
and enter your custom message. - Start your server to apply the changes.
Formatting Your Message
Section titled “Formatting Your Message”You can use HTML formatting in your welcome message to add colours and new lines to your message:
- Colors:
<RGB:1,0,0>
for red,<RGB:0,1,0>
for green, and<RGB:0,0,1>
for blue - Line breaks:
<LINE>
to create new lines
For example:
<RGB:0,0,1> Welcome to our PZ server! <LINE> <RGB:0,1,0> Have fun surviving! Zombies are coming!