About ReName (with Sync MySql)
This plugin is a plugin that changes the player's nickname.
[Available on single server and multi server.]
Commands:
Quote/rename newName
/aname (admin only command) - admin command help text
/aname setname newname - Forces naming by exception of conditions.
/aname changename newname - Change your nickname, including the conditions.
/aname setcount amount - Specifies the number of times a player can change their nickname.
Permissions:
Quoterename.use - Enables nickname change. /rename
rename.admin - You can use the admin command.
Config:
{
"General Settings": {
"Prefix": "[ReName]",
"SteamID": "0",
"Commands": [
"syncname",
"name",
"changename",
"rename"
],
"Debug": false
},
"nameSettings": {
"Default Change Name Count": 1,
"Name Min Length": 2,
"Name Max Length": 15,
"Can't Words": [
"fuck",
"porn",
"ass",
".com",
".io",
".net"
]
},
"Mysql Settings": {
"MySqlIp": "",
"MySqlPort": 3389,
"MySqlUsername": "",
"MySqlPasword": "",
"MySqlDatabase": "",
"If there are multiple servers": false
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 0
}
}
Lang:
{ "NoPerm": "<color=red>You are have not permission</color>", "CantChange": "<color=red>You cannot change your name because you do not have the right to change it.</color>", "Changed": "<color=#00ff00>Previous name: {0} -> New name: {1} changed. [Remaining count: {2}]</color>", "EmptyName": "<color=red>name is blank.</color>", "CantContains": "Contains words that cannot be set as names.", "NameLengthInvalid": "Minimum {0} ~ Maximum {1} name length" }