
Join the Lethal's API Plugins Discord Server!
Check out the Lethal's API Plugins community on Discord - hang out with 442 other members and enjoy free voice and text chat.
TO PURCHASE JOIN MY DISCORD https://discord.gg/u5v44xC
AND TYPE "!PURCHASE" for instant license activation!
Buy once (no renewals needed)
If you purchase through the API website please allow up to 24 hours for licenses!
Set's rules for Character, Dino/Ship and Company names!
Do you have problems with naughty player names or everyone named Human?
Do you want to prevent special characters in character names?
Do you want to make every player have a unique character name?
Do you want to offer patreon/vip players a way to reserve their character name?
Features
> Auto block character creation if name is not allowed.
> Auto rename character when created if name is not allowed.
> Auto block company rename if name is not allowed.
> Auto rename company if name is not allowed.
> Auto block dino/ship rename if name is not allowed.
> Auto rename dino/ship 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 Company, Player and Dino/Ship.
> Force Unique Characters names
> Offer Reserved Character names to your VIPs
RCON/Console Commands
> Reload plugin config `ncp.reload`
> Get structure BP/Settings `ncp.getbp` (Console Only)
Config: Disallowed Name Matching
JSON:
"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)
"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
],
JSON:
"Tribe": {
"AutoRename": false,
"AutoBlock": true
},
"Dino": {
"AutoRename": true,
"AutoBlock": false
},
"Player": {
"AutoRename": false,
"AutoBlock": true
},
JSON:
{
"LicenseKey": "", //Used to activate the plugin
"Tribe": {
"AutoRename": false, //True will automatically pick a random name from the Names.json file.
"AutoBlock": true //True will prevent the name from being changed.
},
"Dino": {
"AutoRename": false, //True will automatically pick a random name from the Names.json file.
"AutoBlock": true, //True will prevent the name from being changed.
},
"Player": {
"AutoRename": false, //True will automatically pick a random name from the Names.json file.
"AutoBlock": true //True will prevent the name from being changed.
},
"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)
"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
],
"Messages": {
"Sender": {
"Message": "NC+"
},
"TribeBlocked": {
"Message": "That tribe name is not allowed!",
"Scale": 2.1,
"DisplayTime": 5.0,
"Color": "Red"
},
"TribeRenamed": {
"Message": "That tribe name is not allowed! We have set one for you.",
"Scale": 2.1,
"DisplayTime": 5.0,
"Color": "Red"
},
"DinoBlocked": {
"Message": "That dino name is not allowed!",
"Scale": 2.1,
"DisplayTime": 5.0,
"Color": "Red"
},
"DinoRenamed": {
"Message": "That dino name is not allowed! We have set one for you.",
"Scale": 2.1,
"DisplayTime": 5.0,
"Color": "Red"
},
"PlayerBlocked": {
"Message": "That player name is not allowed!",
"Scale": 2.1,
"DisplayTime": 5.0,
"Color": "Red"
},
"PlayerRenamed": {
"Message": "That player name is not allowed! We have set one for you.",
"Scale": 2.1,
"DisplayTime": 5.0,
"Color": "Red"
}
}
}
Licensing
One license is limited to a single physical server, so multiple ark servers running on the same machine (HWID) would only need 1 license.

Join the Lethal's API Plugins Discord Server!
Check out the Lethal's API Plugins community on Discord - hang out with 442 other members and enjoy free voice and text chat.