Skip to content

A chat plugin that blocks websites and IP addresses, with a configurable whitelist for allowed sites and IPs.

Notifications You must be signed in to change notification settings

NaathySz/SiteAndIPBlocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SiteAndIPBlocker

A chat plugin that blocks websites and IP addresses, with a configurable whitelist for allowed sites and IPs.

Config example

The configuration file will be automatically generated in csgo/addons/counterstrikesharp/configs/plugins/IPAndSiteBlocker/IPAndSiteBlocker.json

{
  "whitelist": [
    "https://example.com",
    "192.168.0.1"
    ],
  "block_message": " {darkred}Blocked: Sending IP addresses or websites is not allowed.",
  "ConfigVersion": 1
}

Available colors

{default}
{white}
{darkred}
{green}
{lightyellow}
{lightblue}
{olive}
{lime}
{red}
{lightpurple}
{purple}
{grey}
{yellow}
{gold}
{silver}
{blue}
{darkblue}
{bluegrey}
{magenta}
{lightred}
{orange}

About

A chat plugin that blocks websites and IP addresses, with a configurable whitelist for allowed sites and IPs.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages