Solved Player.getUniqueId() doesn't equal real UUID

Discussion in 'Plugin Development' started by JasonDL13, Apr 3, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    JasonDL13

    Hello,

    I've been having some issues with .getUniqueId(). I don't really know how it works, so this might be a dumb question but I need help anyways.

    So my real UUID is: [Removed]
    That shows up on UUID resolvers and the UUID Fetcher.

    However, when I use .getUniqueID, I get [Different UUID]. (This UUID changed when I changed my name, so it's not reliable at all.)

    So do I have to use a UUID Fetcher all the time?

    Thank you in advanced!!
     
    Last edited: Apr 4, 2015
  2. Offline

    nverdier

  3. Offline

    Konato_K

    @JasonDL13 You need your server in online mode AND a higher version than... 1.7.6? In earlier versions the UUID method returns something different.
     
  4. Offline

    JasonDL13

    Many thanks to both of you! :)

    For the record: my server was in offline mode. When I release the server it will be in online mode but I was just testing stuff and I needed alts.

    Thanks again!
     
Thread Status:
Not open for further replies.

Share This Page