Skip to content

Releases: HiddenMotives/VPNGuard

VPNGuard 1.0.6

23 Jul 17:19
Compare
Choose a tag to compare
  • PocketMine MP: API 3.0.0-Alpha7+ Ready
  • Added ability to country blacklist or whitelist!
    • Commands:
      • /vpnguard country add {country code}
      • /vpnguard country remove {country code}
  • New Configuration Setting: country_mode
    • Allows you to toggle between blacklist or whitelist
  • New Configuration Setting: country_ban-message
    • Kick message shown to player when they are on the country blacklist or not on the country whitelist.
  • Modified subnet ban/unban commands and permissions
    • New Command:
      • /vpnguard subnet ban {ip/subnet block}
      • /vpnguard subnet unban {ip/subnet block}
  • /vpnguard lookup {online player name / ip address}
  • Code cleanup & Other minor Modifications

VPNGuard 1.0.5

12 Mar 19:13
Compare
Choose a tag to compare
  • PocketMine MP: PHP7 API 2.0.0 Ready!
  • Added ability to subnet ban and unban!
    • Commands:
      • /vpnguard ban {ip/subnet block}
      • /vpnguard unban {ip/subnet block}
  • New Configuration Setting: ban-message
    • Specify a message to display to a user who gets disconnected for being subnet banned.
  • Other minor modifications.

VPNGuard 1.0.4

15 Oct 17:22
Compare
Choose a tag to compare
  • New Configuration Setting: commands
    • + Allows you to execute custom commands when a player tries to join using a anonymizer.
    • Use %p to represent the player connecting.
  • New Configuration Setting: logging
    • Allows you to enable or disable console messages related to VPNGuard
  • Remove Old Configuration Setting: kick-message
  • Added safe fall back to prevent getting banned from API server for providing invalid or expired API Key.
  • Other minor modifications.

VPNGuard 1.0.3

14 Oct 00:03
Compare
Choose a tag to compare

Release