Skip to main content

How setup custom loading messages on a Rust server

Rust Servers using Oxide (uMod) have access to a massive library of plugins that add features ranging from small quality-of-life improvements to complete gameplay overhauls. One of these is the Custom Loading Messages plugin, which allows server owners to display unique messages to players while they load in. Though simple, this plugin offers a surprising level of customization, letting you set the tone for your server right from the start.

Step 1) Download the Custom Loading Messages mod from the official uMod website HERE.

https://static.qgshosting.com/cdn/images/guides/files-oxide-plugins.png

Step 2) Go to your console > click on your server and stop it using the "STOP" button.

console stop

Step 3) Once your server is stopped, go to "FILE MANAGER". 

> Then navigate to home > container > oxide > plugins

Step 4) Click UPLOAD 

https://static.qgshosting.com/cdn/images/guides/files-oxide-plugins.png

> select the LoadingMessages.cs file you downloaded in Step 1

Step 5) Go back to the console and start the server again. The server will now generate the config files. 

https://static.qgshosting.com/cdn/images/guides/settings-console.gif

> Once the server is fully loaded, stop it again. 

console stop

> Then go to "FILE MANAGER". 

Step 6) Find this directory: /home/container/oxide/config 

https://static.qgshosting.com/cdn/images/guides/loading-messages-cs.png

> open the generated .json configuration file.

NOTE

Add or edit your custom loading messages. Check the uMod documentation for formatting options, highlights, and color codes HERE.

Step 7) After you are done editing click "SAVE CONTENT"

https://static.qgshosting.com/cdn/images/guides/loading-messages-cs.png

Step 8) Go back to the console and start the server again. 

https://static.qgshosting.com/cdn/images/guides/settings-console.gif