Player Renamer

Unmaintained Player Renamer 1.0.2

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
The "Unmaintained" prefix is a technical term often used in the development world to signal that a specific piece of code, feature, or a resource is no longer actively managed or updated by its creators. It's similar to a 'Beware' sign on a physical property, warning visitors to proceed with caution.

For instance, if a developer creates a resource for other users to use, but later decides not to continue updating it due to various reasons like time constraints or shifting focus to other projects, they might attach an 'unmaintained' tag to it. This tag serves as a clear indication to other users that while they can still use this resource, they should be aware that it may not be up-to-date with the latest coding standards or security updates.

From a user perspective, an 'unmaintained' tag can help yourself identify resources that may not provide the best experience or security. It signals that the resource in question may have outdated features, potential security vulnerabilities, or bugs that are unlikely to be fixed.
Player Renamer
Introducing Player Renamer!
- 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!
Config File with explanations:
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.
Console Commands:
  • cheat PlayerRenamer.AddTokens <steamid> <amount> - can be negative number.
  • cheat PlayerRenamer.Reload - Reloads config file.
RCON Commands:
  • 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.)

Latest updates

  1. 1.0.2

    - Small fix for compatibility.
Monetize your ARK server
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Tebex
Tempest Dedicated Servers
Back
Top