User Guide ‐ Main interface ‐ Others ‐ Expired VIP - MarechJ/hll_rcon_tool GitHub Wiki
🧭 You are here : Wiki home / User Guide / Main interface / Others / Expired VIP
This feature removes VIP from players when their expiration date is less than the present time.
Regardless of whether or not you add an expiration date to a player, for VIP to be removed, this feature must be turned on and the service running.
Parameters (CODE view)
Enabled
Either true
or false
"enabled": true,
Interval Minutes
The number of minutes between checking for expired VIPs to prune.
"interval_minutes": 60,
"discord_webhook_url"
Discord webhook URL where audit logs should be sent.
[!NOTE] If you dont know how to create a Discord webhook, you can have a look at this video.
Default : null
"discord_webhook_url": null,
With a webhook :
"discord_webhook_url": "https://discord.com/api/webhooks/...",