J'ai testé toutes les api et aucune à part proxycheck aucun n'est compatible. J'ai modifié le code, maintenant il faut l'addon skLib:
on join:
set {_ip} to "%ip of player%"
set {_proxyapi} to text from "http://proxycheck.io/v2/%{_ip}%?key=111111-222222-333333-444444&vpn=1"
set {_test} to "[%{_proxyapi}%]
replace all " " in {_test} with "SPACE"
set {_isProxy} to json string "%{_test}%" from "%{_ip}%.proxy"
if {_isProxy} is "true":
make console execute command "/kick %player% VPN"
if %{_ip}% is a proxy:
make console execute command "/kick %player% VPN"
j'ai pas testé mais ca doit fonctionner. Enlève les deux dernières lignes si tu n'arrive pas à installer skLib.