ProxyCheck

ProxyCheck 1.0.3

YOU MUST EXECUTE THIS QUERY TO YOUR SQL IF YOU UPDATE FROM PREVIOUS VERSION:
Code:
ALTER TABLE `ip_proxy`
    ALTER `proxy` DROP DEFAULT;
ALTER TABLE `ip_proxy`
    CHANGE COLUMN `proxy` `proxy` FLOAT NOT NULL AFTER `ip`;

Added new config:

  • Probability threshold - it allows you to set threshold on how strictly plugin should detect proxy. 1 means it will be least strict and will cause least false positives. 0.5 will make it more strict, but will cause more false positives.
  • Removed one of proxy checker providers as it is no longer working.
  • Implemented rate limit handling, so it will automatically retry if it will fail to fetch proxy data due to rate limit.
  • Like
Reactions: Rocky
  • Print message to console when player is using VPN.