Skip to content

VPNGuard 1.0.6

Latest
Compare
Choose a tag to compare
@HiddenMotives HiddenMotives released this 23 Jul 17:19
· 8 commits to master since this release
  • 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