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
Use this: https://bitbucket.org/Lolmewn/stats...cher.java?at=3.0&fileviewer=file-view-default It also keeps the rate limiter into account and can fetch multiple accounts at once.