Pay from My Discord using PayPal/Coinbase Commerce/Stripe
Click on "Get Support" to join Discord -------------------->
Join and type "!PURCHASE" for instructions
License activation is automatic and must be done through discord using my license bot
Set's rules for Character, Dino and Tribe 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 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)
> 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)
Please Note:
> Regex with unicode characters is partially supported.
> If you simple 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
Config: Blocking Methods
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.[/B]
Click on "Get Support" to join Discord -------------------->
Join and type "!PURCHASE" for instructions
License activation is automatic and must be done through discord using my license bot
Set's rules for Character, Dino and Tribe 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 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)
> 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)
Please Note:
> Regex with unicode characters is partially supported.
> If you simple 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
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
],
Config: Blocking Methods
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.[/B]