- You may need IW4MAdmin version
2021.5.15.3
or later.
Updated version of IW4MAdmin default plugin "VPNDetection", This updated version will help you to avoid limited requests problem by:
- Save all detected VPN IPs on Zwambro DB, to use it as antivpn provider between Gaming communities (will be always free).
- Adding the maximum level/rank affected by this plugin, if the player's rank is less than the maxLevel setting, it will checked by this plugin.
- Addition of Maximum Connections option, if the maximum player connections are less than maxConnections setting, it will be affected by this plugin.
- Added a new command to allow a VPN user, syntax :
!allowvpn playername/@playerd
. - Added a new command to remove an allowed VPN user, syntax :
!denyvpn playername/@playerd
.
!allowvpn playername/@playerd
!denyvpn playername/@playerd
- Merge this plugin with default one (take a backup of this plugin first).
- Restart IW4MAdmin.
- Go to proxycheck.io and get free or paid token.
- To use zwambro DB you may need authentication token (contact me on discord
Zwambro#8854
to create an token for your clan). - Open
IW4MAdmin/Configuration/ScriptPluginSettings.json
, you'll see something like:
"VPNDetection": {
"Author": "Zwambro",
"Version": 1.1,
"ZwambroAPI": "PAST_ZWAMBRO_API_HERE",
"ProxycheckAPI": "PAST_PROXYCHECK_API_HERE",
"MaxLevel": 2,
"MaxConnections": 200,
"AllowedVPNUsers": []
}
- Replace
PAST_ZWAMBRO_API_HERE
with Zwambro API token. - Replace
PAST_PROXYCHECK_API_HERE
with your proxycheck token. - Change MaxLevel value if you want, this levels number:
User = 0, Flagged = 1, Trusted = 2, Moderator = 3, Administrator = 4, SeniorAdmin = 5, Owner = 6, Creator = 7
- Change maxConnections value if you want.
- Have fun.
- DANGER clan for testing.
- IW4Madmin developers.