I'm running into issues specifically with Tebex's plugin making various calls every 5 minutes or so, and its logging the plugins RCON connections to the Discord Webhook. It would be really awesome if there was a way to Whitelist AND Blacklist. My ideal configuration would look something like the following:
"Rcon command settings": {
"WebhookURL": "WEBHOOK_HERE",
"Enabled?": true,
"Filter Mode": "whitelist",
"IP Addresses": [
"*.*.*.*"
]
},
"Rcon connection settings": {
"WebhookURL": "WEBHOOK_HERE",
"Enabled?": true,
"Filter Mode": "blacklist",
"IP Addresses": [
"*.*.*.*"
]
},Note that the "Filter Mode" would accept one of two values, either "whitelist" or "blacklist".
This would be SUPER helpful if you could add this functionality.
Thanks again for an awesome plugin!