Name Control+

Paid Name Control+ 2.06

No permission to buy ($24.99)
This resource is paid, and requires to be purchased
First time purchasing one of my plugins?
Please read over this before purchasing https://www.lethalplugins.com/FAQ




Plugin allows restricting Tribe, Player and Dino names

Features

Auto block character creation if name is not allowed.
Auto rename character when created if name is not allowed.
Auto block tribe rename if name is not allowed.
Auto rename tribe if name is not allowed.
Auto block dino rename if name is not allowed.
Auto rename dino if the name is not allowed.
Auto rename will pull a random name from the Names.json file.
Messages can be set per blocking method for Tribe, Player and Dino.
Integrates with 🛡️ Tribe Enforcer for blocking name changes only. (Auto Rename is not supported)
Option to force Unique characters names
Option to offer Reserved character names to your VIPs

RCON/Console Commands
Reload plugin config ncp.reload

Please Note
Regex with unicode characters is partially supported.
If you simply put "Человек" it will block "Человек"
However if you put "[Ч4][еe]л[oо0]в[еe][kк]" it will NOT block "Человек" because the Regex check will fail.
If you have any other questions please ask before purchase.

Config: Disallowed Name Matching
Code:
  "DisallowedStrict": [ //Strict means the name must not match the exact names in this list (not case sensitive)
    "Hum[a4]n", //This will match "hum" + "a" or "4" + "n" so "human" or "hum4n" would be disallowed
    "123" //This will match exactly "123"
  ],
  "DisallowedPhrases": [ //Phrases means the name must not contain one of these phrases to be valid (not case sensitive)
    "[^a-zA-Z0-9\\s]+", //This will only allow alphanumeric characters and spaces. e.g. "!" would be blocked.
    "789", //This will disallow any thing containing "789" so "MyName789" or "00789000"
    "[i1]d[i1][o0]t" //This will block all L33T speak version of "idiot" where "i" and "1" are interchangable and "o" and "0" for instance
  ],

Config: Blocking Methods
Code:
  "Tribe": {
    "AutoRename": false,
    "AutoBlock": true
  },
  "Dino": {
    "AutoRename": true,
    "AutoBlock": false
  },
  "Player": {
    "AutoRename": false,
    "AutoBlock": true
  },
Author
Lethal
Views
431
First release
Last update
Rating
5.00 star(s) 2 ratings

More resources from Lethal

Latest updates

  1. 2.06

    Name Control+ v2.06 Server API 3.51+ Required and Visual C++ 2022 Runtime Files Required...
  2. 2.05

    Name Control+ v2.05 Server API 3.51+ Required and Visual C++ 2022 Runtime Files Required Fixed...

Latest reviews

Very solid, I got tired of players always trying to use inappropriate names, and this plugin was exactly what I needed to fix this. Wonderful plugin!
perfect for permit names like human or other names u didnt want to have on your cluster. also u can prevent doubleusage of names etc etc. its working very good
Back
Top