Solved Any help with new UUIDs?

Discussion in 'Plugin Development' started by Heirteir, Apr 24, 2014.

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

    Heirteir

    I am making a kick method for my new plugin, is there anyway to get a uuid from a players name when the player a person is trying to kick isn't online?
     
  2. Offline

    xAstraah

    [​IMG]

    Like it says, Player.getUniqeId(); or Server.getOfflinePlayer(UUID);
     
  3. Offline

    Heirteir

    xAstraah
    I fixed it but niether of those was the answer
    UUIDFetcher.getUUIDOf(playername);
     
  4. Offline

    xAstraah

    Heirteir, Glad you fixed it but the above methods could have worked.
    Also, set the thread as Solved.
     
Thread Status:
Not open for further replies.

Share This Page