About Loading Messages
Loading Messages is a high-performance plugin that features customizable loading panel messages with adjustable display times and icons.
- 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!
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
Loading Messages can use the following rich text tags - color, b, u, and i
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"
}
]
}
}