This repository has been archived by the owner on May 14, 2023. It is now read-only.
Releases: KarlOfDuty/VPNShield
Releases · KarlOfDuty/VPNShield
Release 3.2.2
Changelog
- Updated to latest smod beta
Release 3.2.1
Changelog 3.2.1
-
Updated to Smod 3.7.0
-
Went from using steamids to userids so make sure to update any existing files so the steamids end with
@steam
-
This release is largely untested so it may have some issues.
Release 3.2.0
Changelog:
- Updated to Smod 3.4.0
- Added permissions support for commands and check exemption
- Added vanilla config entry vs_global to decide where the config should be placed.
Permissions:
Permission | Description |
---|---|
vpnshield.exempt |
Makes a player exempt from the checks. |
vpnshield.reload |
Lets a player reload the plugin. |
vpnshield.enable.vpn |
Lets a player enable the vpn check. |
vpnshield.enable.steam |
Lets a player toggle the steam account check. |
vpnshield.disable.vpn |
Lets a player disable the vpn check. |
vpnshield.disable.steam |
Lets a player disable the steam account check. |
vpnshield.whitelist |
Lets a player add players to the whitelist. |
Release 3.1.2
Changelog:
- Updated API to 3.3.0
Release 3.1.1
Changelog:
- Made join checks async
Hotfix 3.1.0-B
Changelog:
- Updated API to 3.2.0
- Updated plugin to use .NET 4.7.1
- Removed Newtonsoft.Json
Release 3.1.0
Changelog
- Updated API to 3.1.21
- Added whitelist function for steamids
- Added
vs_whitelist
command - Made
vs_reload
reload the whitelist
- Added
Release 3.0.0
Changelog:
- Rewrite of the entire plugin.
- Added auto-generated whitelist and blacklist for ip addresses so they do not need to be checked more than once.
- Added commands
vs_enable
andvs_disable
which enables and disables plugin features. - Changed web connections to be more reliable.
- Dramatically increased stability.