Messages

@Serializable
data class Messages(var startupError: String = "<red>Server is starting, please try again in a moment...</red>", var reconcileRestartTitle: String = "<red>Server is Restarting...</red>", var reconcileRestartMessage: String = "server restart imminent", var autoStartDisabled: String = "<red>Autostart is disabled for this server</red>")

Message text for user facing messages

These messages are used when presenting information to players. They support MiniMessage format. Customize these messages to match your server's branding.

Constructors

Link copied to clipboard
constructor(startupError: String = "<red>Server is starting, please try again in a moment...</red>", reconcileRestartTitle: String = "<red>Server is Restarting...</red>", reconcileRestartMessage: String = "server restart imminent", autoStartDisabled: String = "<red>Autostart is disabled for this server</red>")

Properties

Link copied to clipboard
Link copied to clipboard

The message to display during the grace period before server reconciliation (restarts)

Link copied to clipboard

The title of the message to display during the grace period before server reconciliation (restarts)

Link copied to clipboard

The message to display when the server times out during startup