Server Name
This plugin allows you to provide useful information to your server clients by changing the server name.
Configuration
export const info: CommonPluginConfig = {name: 'Server Name',description:'This plugin allows you to provide useful information to your server clients by changing the server name.',config: {enabled: false,data: {showQueryClients: false,serverName: 'SteamSpeak Server - [DATE] - [[ONLINE]/[MAX_CLIENTS] | [%]%]',format: 'DD-MM-YYYY HH:mm'},interval: {weeks: 0,days: 0,hours: 0,minutes: 1,seconds: 0}}};