UUID-Fetcher

Discussion in 'Bukkit Tools' started by Max8801, Feb 14, 2016.

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

    Max8801

    Hey guys,
    I did a lot of research in the internet and I really coukd not find a UUID-Fetcher that does not use things like player.getUniqueId() or Bukkit.getOfflinePlayer().getUniqueId() so I decided to write one on my own. It uses the Mojang API and returns you a String with the UUID of the requested player or an empty String in case the player was not found.

    I hope I could help you.

    Regards, Max_Plays

    UUID-Fetcher Class: http://pastebin.com/NbYQdFQG
     
  2. Offline

    timtower Administrator Administrator Moderator

    @Max8801 Why do you need a new one?
     
  3. Offline

    Max8801

    Sorry but I don't understand the question
     
  4. Offline

    timtower Administrator Administrator Moderator

    What is the advantage of your uuid fetcher over getUniqueUid() ?
     
  5. Offline

    Max8801

    It also works for players who have never joined the server before
     
  6. Offline

    Lolmewn

    timtower likes this.
Thread Status:
Not open for further replies.

Share This Page