SCP: 5K los servidores pueden configurar mensajes de comunidad automatizados que se enviarán rutinariamente a los jugadores en el servidor. These messages can include helpful information, such as community Discord links, or be set to automatically welcome players to the server as they join. Los mensajes de comunidad se pueden configurar de diversas maneras al establecer un horario programado, creando una atmósfera acogedora y amigable para el servidor.
1. Inicia sesión en el panel de BisectHosting Starbase.
2. Detén el servidor.
3. Ve a la pestaña Archivos .
4. Find the following directory: /home/container/LinuxServer/Pandemic/Saved
5. Press Create and hit Create File.
6. Paste the following template to send one message: ”[Message]”,[Message Type],[Time]
To send multiple messages, use this template: ”[Message]”/”[Message]”,[Message Type],[Time]
7. Reemplaza [Mensaje] con el texto deseado.
Placeholders can be used to include the player's and server's names in the message.{PlayerName} - Imprime el nombre del jugador en el mensaje.{ServerName} - Imprime el nombre del servidor en el mensaje.
8. Replace [Message Type] with the desired type.
-
0- Sends the message at the specified interval. -
1- Sends the message at a specific local time. -
2- Sends the message when a player joins the server.
9. Reemplaza [Tiempo] con la configuración de tiempo deseada en HH:MM:SS formato.
For example, with message type 0, 00:02:00 would send a message every two minutes. With message type 1, 12:00:00 would send a message at 12:00 pm server time.
10. La cadena completada debería verse similar a la imagen de abajo.
11. Press Create File.
12. Name the file Messages.ini and click Create File.
13. Start the server.
14. The message will now be sent using the specified settings.