Skip to content

itsFrankV22/AntiVPN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntiVPN

for TShock5 by FrankV22

Note

Si hablas otro idioma porfa revisa README_SPANISH.md

This Plugin prevents players from entering the server with VPN and other types of proxies

To change the player ban messages when using VPN, modify the following section

var result = await message.Result.Task;
if (result == "Y")
{
    Console.WriteLine($"It has been detected that {player.Name} is using a proxy and has been kicked.");
    player.Disconnect("Using VPN is not allowed on this server.");
}

About

Tshock Plugin AntiVPN proxy

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages