Home Rust Setting Up Automated Welcome Messages and Server Rules in Rust

Setting Up Automated Welcome Messages and Server Rules in Rust

Last updated on Feb 13, 2025

Creating automated welcome messages and rule enforcement ensures that new players understand your server guidelines immediately upon joining. This is helpful for PvP, PvE, and roleplay servers where clear communication is important.

This guide will walk you through configuring automated welcome messages, server rules, and chat notifications using VolticHost Game Panel.


📌 Prerequisites


1️⃣ Install the Welcome Messages Plugin

  1. Log in to VolticHost Game Panel.

  2. Navigate to Mod Manager and install Oxide (uMod).

  3. Download Welcome Messages from uMod.

  4. Upload the WelcomeMessages.cs file to:

    /oxide/plugins/
    
  5. Restart the server to activate the plugin.

Your server will now send automated welcome messages!


2️⃣ Customize the Welcome Message

  1. Navigate to File Manager in VolticHost Game Panel.

  2. Open:

    /oxide/config/WelcomeMessages.json
    
  3. Modify the welcome message:

    {
        "WelcomeText": "Welcome to Rust Paradise! Be sure to read the rules: discord.gg/example",
        "ShowOnJoin": true
    }
    
  4. Click Save File and restart the server.

New players now see a welcome message upon joining!


3️⃣ Automate Server Rules in Chat

To display server rules every 30 minutes:

  1. Download Timed Execute from uMod.

  2. Upload the TimedExecute.cs file to:

    /oxide/plugins/
    
  3. Open:

    /oxide/config/TimedExecute.json
    
  4. Add an automated rule message:

    {
        "Commands": [
            {
                "Time": "30m",
                "Command": "say ⚠️ Server Rules: No cheating, No griefing, Respect admins."
            }
        ]
    }
    
  5. Click Save File and restart the server.

Server rules will now be posted in chat automatically!


4️⃣ Restart the Server to Apply Changes

  1. Navigate to the Console tab in VolticHost Game Panel.

  2. Click Stop to shut down the server.

  3. Wait a few seconds, then click Start to relaunch the server with automated messages.

Your Rust server now displays welcome messages and server rules automatically!


🎉 Conclusion

You've successfully set up automated welcome messages and server rule notifications using VolticHost Game Panel! Players are now instantly informed about server guidelines, improving the player experience. 🚀

For more assistance, contact VolticHost Support.