Default configuration examples/descriptions:
{
"Adverts": {
"Adverts enabled": true,
"Broadcast to console": false,
"Display interval (minutes)": 10,
"Display order randomized": true,
"Use PopupNotifications": false,
"Used Popup time": 10.0
},
Commands (if being available and their chatcommands)
"Commands": {
"Activation": {
"CmdAdminsList": false,
"CmdHelp": true,
"CmdPlayersCount": true,
"CmdPlayersList": true,
"CmdPluginsList": false,
"CmdServerRules": true
},
"Command": {
"CmdAdminsList": "admins",
"CmdHelp": "tipster",
"CmdPlayersCount": "online",
"CmdPlayersList": "players",
"CmdPluginsList": "pluginlist",
"CmdServerRules": "rules"
}
},
Countryblocking (integrated for compatibility reasons with join/kick-messages in same time at seperate plugins)
"CountryBlocker": {
"Blocked country codes": [
"CN",
"KP"
],
"Bypass permission": "tipster.bypassblock",
"Enable blocker": false,
"Exclude admins": true,
"Use as whitelist": false
},
Formatting (mainly self explaining)
"Formatting": {
"AdminsList namecolors": "#00a877",
"Chat separator": "#acacac",
"Command headlines": "#bfc1c2",
"Commands descriptions": "#ff8651",
"Commands in overview": "#efcc00",
"Date Format": "{day}/{month}/{year}",
"PlayersList namecolors": "#6699cc",
"Plugins name": "#ff8651",
"Plugins version": "#c0c0c0",
"Prefix": "Tipster",
"Prefix color": "#00b7eb",
"Prefix format": "| <color={0}>{1}</color> |",
"Show headline separators": true,
"Textcolor default": "#bebebe",
"Textcolor rulesview": "#ff7538",
"Time Format": "{hour}:{minute}:{second}"
},
[B] General[/B]
"General": {
"Broadcast to console - join/leave": true,
"Days how long country is valid": 7,
"Enable - join messages": true,
"Enable - leave messages": true,
"Enable - welcome message": true,
"Hide admins - Join": false,
"Hide admins - Leave": true,
"Hide admins - List": true
},
PluginList (to exclude special plugins from being listed)
"PluginList": {
"Hidden in overview": [
"Rust",
"Unity Core",
"AdminRadar"
]
}