Advertisement
Red_Jheyson

Untitled

Jun 28th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. @SuppressWarnings("deprecation")
  2.     public UUID getUuidOffline(String p){
  3.         OfflinePlayer uuid = Bukkit.getOfflinePlayer(p);
  4.         if (uuid.hasPlayedBefore()) {
  5.             return uuid.getUniqueId();
  6.         } else {
  7.             return null;
  8.         }
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement