Host Message

This plugin allows you to change default host message with useful server information.

Configuration

export const info: CommonPluginConfig = {
name: 'Host message',
description:
'This plugin allows you to change default host message with useful server information.',
config: {
enabled: false,
data: {
showQueryClients: false,
hostMessage: `
Welcome to [b]my server[/b]![b][color=orange][SERVER_ONLINE]/[SERVER_MAX_CLIENTS][/color][/b] users online!
[b][url=https://git.io/JfLyF][color=orange]Visit github[/color][/url][/b]`
},
interval: {
weeks: 0,
days: 0,
hours: 0,
minutes: 0,
seconds: 30
}
}
};
Last updated on 5/28/2020 by DalexHD