Resource icon

NULLED RUST PLUGIN LoadingMessages Fixed 1.0.6

Upgrade or register to download
Potentially Outdated? (3+ Months)
Potentially Outdated: This resource hasn't been updated in over 3 months. Since base platforms and games update frequently, older files may experience compatibility issues. Please verify the supported versions and check the discussion tab or official sources first. If the resource no longer works, consider requesting an update from the author.

About Loading Messages​

Loading Messages is a high-performance plugin that features customizable loading panel messages with adjustable display times and icons.
Features-Header.png.f3f423d0f6a8bd6ef5cbf3076545c014.png
  • Custom Messages for Queued and Loading Players
  • Language Support - Display messages in local languages
  • Loading Messages on Respawn and Teleport Loading Screens
  • Configurable Display Time per Message
  • High Performance Plugin!
Performance-Header.png.02ab2b312494d0366c16af9525ae68ed.png
LoadingMessagesPerformance.gif.769ff0701a27e4f9b9976e53093c4c68.gif
Settings.png.6da9d9d0926e68aa441c3149a6946567.png
Loading Messages has three main message types:
  • Queued - When a player is in the server queue
  • Joining - When a player is joining the server
  • Loading - The loading screen displayed when a player is teleporting or in a pending gamemode state
Each custom type allows for options including icon ID, next message display time & message content.
Loading Messages can use the following rich text tags - color, b, u, and i

YourMessagePostition.png.ef323954661ba86b58f5a5a3856192ed.png
Language-Settings.png.686ae9088976238eaea2f02d3ee1af1a.png
To display local languages set: "Use Language Support": true in you configuration. Custom languages will only be displayed after the first time a user connects to the server.
Add multiple languages in the configuration listing:

"Lang Messages": {
"es-ES": {
"Queue Messages": [
{
"iconID": "0",
"NextMessageTime": 5.0,
"Message": "Estás en la cola"
},
{
"iconID": "0",
"NextMessageTime": 5.0,
"Message": "Por favor espera"
},
{
"iconID": "0",
"NextMessageTime": 5.0,
"Message": "Reporta tramposos usando f7"
}
]
}
}
Back
Top