From 642296cff22d01e50f9194b2a200e4a75f4c954a Mon Sep 17 00:00:00 2001 From: NW/RL Date: Fri, 15 Aug 2025 18:04:21 -0500 Subject: Add obsolescence notice --- README.md | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 67b6aa9..cc0fd8c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,5 @@ -# No #TF2 +# OBSOLESCENCE NOTICE -Kick players with "#___TF2" in their name +## This plugin is obsolete -## Requirements - -- Sourcemod and Metamod - -## Installation - -1. Download the file `notf2.smx` and place it in your `serverfiles/tf/addons/sourcemod/plugins` folder -2. Restart the server or type `sm plugins load notf2` in the console to load the plugin. - -## Usage - -NoTF2 works automatically and will kick players if they have a TF2 related hashtag in their name. The regex pattern used to detect inappropriate names is: `#.*tf2` using [PCRE](https://pcre.org/), and is case insensitive. Some example hashtags that will be kicked include: `#SaveTF2`, `#savetf2`, `#KillTF2`, `#dpuashduawhd TF2` - -## ConVars - -```raw -ntf_enabled <0/1> (Default: 1) - Kick players with inappropriate names -ntf_admins <0/1> (Default: 0) - Kick admins with inappropriate names -``` +Use [sm_nameblocker](https://git.dabikers.online/sm_nameblocker) instead. It is far more flexible in what names to kick and how to deal with players -- cgit v1.2.3