Introducing Player Renamer!
- Allows player to rename their character on their own, at the cost of 1x token.
Features:
Config File with explanations:
Ingame Commands:
Console Commands:
Purchase Info:
After payment join my Discord via "Get Support" button (top right), and send me your hwid. The plugin will print it in console when not authorized.
Please give me at least 1-24 hours to setup hwid info. No new DLL is needed.
This purchase comes with basic support if needed.
Hwid Info:
- Each license represents a physical machine, so 6 ark servers running on one machine would only need 1 licence, Additional licensee's are required when using multiple physical servers.
- Are you moving server host/upgrading hardware and worried about the hwid? Not a problem send me a pm, here or on discord, with the new hwid and I will have it updated. In most cases within the hour, but it can take up to 24 hours depending upon my availability at that moment.
For questions or more information join my Discord via this link: https://discord.gg/fGPevkF
(This is a temporary link, and unless assigned a role, you automatically leave server when you go offline on discord.)
- Allows player to rename their character on their own, at the cost of 1x token.
Features:
- Gives players ability to change character name themselves, using chat command /setname
- Players need to confirm the name change in case of mistype.
- SqLite and MySQL support
- Token system. 1x token = 1x character name change.
- Give players tokens using RCON or console commands.
- Logs every name change.
- Fetch name change log using RCON commands.
- Can reload config, even change database from sqlite to mysql, at runtime.
- Easy to integrate with any donator system!
JSON:
{
"SqLite_DataBase_FullPath" : "", // Path To SqLite db file, will create the database in plugin directory if empty.
"MySQL": {
"UseMySql": false, // If true uses mysql, if false uses SqLite.
"HostAdress": "localhost",
"Username": "root",
"Password": "mysql",
"DataBaseName": "discord"
},
"Plugin_Chat_Name": "NameChanger", // Name used in ingame chat messages
"Announce_Name_Changes": true, // Announce name changes to everyone in the server
"Announcement_Name_Change_Msg_Color":{ // Color of announcement text in RGB 255.
"Red": 0,
"Green": 255,
"Blue": 188
},
"Messages":{ // Messages sent by plugin.
"You_Have_No_Tokens_Left": "You do not have any tokens",
"Successfully_Changed_Your_Name": "Your name is now changed to: {}",
"You_Have_X_Tokens_Left": "You have {}x token for character name change.",
"Please_Confirm_Chosen_Name": "Please type \"/setname confirm\" to change your name to: {}",
"Chosen_Name_Is_Equal": "The entered name is equal to your old name.",
"Name_Change_Announcement": "From this day and on. {} will be known as {}."
}
}
Ingame Commands:
- /setname - Prints information message.
- /setname <name> - Choose new name
- /setname confirm - Confirms the new name, and actually changes it.
- cheat PlayerRenamer.AddTokens <steamid> <amount> - can be negative number.
- cheat PlayerRenamer.Reload - Reloads config file.
- PlayerRenamer.AddTokens <steamid> <amount> - can be negative number.
- PlayerRenamer.Reload - Reloads config
- PlayerRenamer.ListNameChanges - Prints all name changes from database.
- PlayerRenamer.ListNameChanges <steamid> - Prints all namechanges from <steamid> only.
Purchase Info:
After payment join my Discord via "Get Support" button (top right), and send me your hwid. The plugin will print it in console when not authorized.
Please give me at least 1-24 hours to setup hwid info. No new DLL is needed.
This purchase comes with basic support if needed.
Hwid Info:
- Each license represents a physical machine, so 6 ark servers running on one machine would only need 1 licence, Additional licensee's are required when using multiple physical servers.
- Are you moving server host/upgrading hardware and worried about the hwid? Not a problem send me a pm, here or on discord, with the new hwid and I will have it updated. In most cases within the hour, but it can take up to 24 hours depending upon my availability at that moment.
For questions or more information join my Discord via this link: https://discord.gg/fGPevkF
(This is a temporary link, and unless assigned a role, you automatically leave server when you go offline on discord.)