Thread Status:
Not open for further replies.
  1. roperson Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Mar 17, 2013
    Messages:
    9
    Trophy Points:
    29,155
    Gender:
    Male
    Ratings:
    +0
    Minecraft Name: roperson

    Suggestion: Allow users to change their names using the new Mojang system.

    Reason: Many people, including myself, no longer like their usernames. They have waited a very long time for the ability to change it. But, if they enjoy playing on ECC, they can't without being locked out.

    Any Other Information: I think the main reason for not allowing name changes is [Trade] signs. This plugin records the name a UUID first logged in as, and then allows the to be looked up. I wrote a little snippet of code that should allow Trade signs to work with the name change system, assuming 'playerName' is the name on the sign (who should receive the money):
    Code:
    UUID fundsTo=NameChange.lookupId(playerName);
    
    Everything else is simply a matter of changing usernames to UUIDs in the database.

    Link To This Plugin: https://github.com/DysLabs/NameChange/blob/master/NameChange

    Thanks for reading!
     
  2. Winnazzz Builder
    Builder ⛰️ Ex-Tycoon ⚜️⚜️⚜️

    Joined:
    May 4, 2013
    Messages:
    132
    Trophy Points:
    32,210
    Gender:
    Male
    Ratings:
    +59
    There are a few problems with name changes on ECC, the first of which being the forums. Every time a player wishes for their name to be changed, they would need to contact an administrator to change it on the forums as well. This would provide even more work for the staff team to endure. The second of which being Essentials, I am not sure if this would even work with it. I don't understand code so this plugin that you provided may cover all the plugins including Essentials, but it also might not. Thirdly, ECC has built a community, and it might tear some aspects of that community apart if players are not easily recognizable. If I am not sure who I am trading with, due to their recent name changes, then I will most likely not trade with them. Although at a glance this may seem like a great idea, there are a number of issues to be dealt with before this can be done.
     
  3. Dccciz Nicememer55
    Builder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Mar 8, 2013
    Messages:
    2,802
    Trophy Points:
    54,090
    EcoDollars:
    $0
    Ratings:
    +2,060
    This is why we have nickname and nickname+. If you want to change your name, just get nickname.

    -1
     
  4. roperson Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Mar 17, 2013
    Messages:
    9
    Trophy Points:
    29,155
    Gender:
    Male
    Ratings:
    +0
    The plugin could provide a command which gives the original username of a player.

    I have never used Essentials. I know it provides kits and such. It should be easily adaptable.

    Forums, yeah, don't work well with this.
     
  5. knears2000 Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Jan 3, 2013
    Messages:
    4,010
    Trophy Points:
    50,590
    Gender:
    Male
    Ratings:
    +1,956
  6. kukelekuuk C͕̹̲̽ͪ͐ͩ̔L̜̦̝͈ͦ̿̾̿ḘA̻̗̤̳̐ͭ̆̿̃̑ͭN̊̓͑̇ͯ
    Builder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    May 25, 2011
    Messages:
    10,007
    Trophy Points:
    84,160
    Ratings:
    +6,910
    that's not a proper solution for tradesigns either. What if the user changes their name and there is no UUID related to the name it tries to look up?
     
  7. roperson Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Mar 17, 2013
    Messages:
    9
    Trophy Points:
    29,155
    Gender:
    Male
    Ratings:
    +0
    I didn't test the code, as I was in a hurry. However, I'm 99% sure it records the first username a UUID logs in as and then fetches that.
     
  8. Emau Anti-PVP Miner
    Builder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Nov 9, 2012
    Messages:
    1,536
    Trophy Points:
    50,410
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +692
    I can just imagine all the scamming that could/would occur.
     
  9. roperson Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Mar 17, 2013
    Messages:
    9
    Trophy Points:
    29,155
    Gender:
    Male
    Ratings:
    +0
    do you mind explaining how that would happen?
     
  10. lexi731rocs_ Mayor
    Mayor ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ I ⭐

    Joined:
    Sep 4, 2013
    Messages:
    931
    Trophy Points:
    63,410
    Gender:
    Female
    Ratings:
    +669
    No. Just no.

    -1
     
  11. weatherryan Builder
    Builder ⛰️ Ex-Resident ⚒️

    Joined:
    Jan 31, 2014
    Messages:
    371
    Trophy Points:
    20,690
    Gender:
    Male
    Ratings:
    +63
    Let's say someone is a scammer that is not trusted. They can just change their
    name and w/o forums to compare against people think user is trusted but end up getting scammed
    -9000
     
Thread Status:
Not open for further replies.