How do I configure custom loading messages in Rust?
Quick Links
- Using AleForge’s Blacksmith’s Portal
- Self-Hosting/Other Providers
Rust has a plugin that allows you to configure custom loading messages for your server. You can use this to detail changes you have made to your server, when the server map will reset, or even put in goofy messages to amuse your players.
Configuring Custom Loading Messages
Using Blacksmith’s Portal
- Open the Blacksmith’s Portal
- Go to
Rust Plugins - If you receive a prompt saying that your server does not have Oxide, be sure to install it by clicking
Install - Search for Loading Messages and install it
- Restart your server to ensure that the plugin generates the files it needs
- Go to
Filesand open the config file generated at/oxide/config - Here you can customize all the different loading messages on your server. If you want to create a new message, add in each message using the following as a template.
{
"Icon name": "Bolt",
"Message": "Win the game by not dying!"
},
Note that every message will need a , after the } with the exception of
the last message
Self-Hosting/Other Providers
- Go to the location where your Rust server is installed
- Ensure Oxide is installed by following the guide here
- Download Loading Messages
- Move the
LoadingMessages.csfile you downloaded to/oxide/plugins - Restart your server to ensure that the plugin generates the files it needs
- Open the config file generated by the plugin at
/oxide/config - Here you can customize all the different loading messages on your server. If you want to create a new message, add in each message using the following as a template.
{
"Icon name": "Bolt",
"Message": "Win the game by not dying!"
},
Note that every message will need a , after the } with the exception of
the last message
Closing
Now you know how to customize the loading messages on your Rust server!
Get your own super powered and affordable Rust server today!