Solved Get players names from a HashMap<UUID, Location>

Discussion in 'Plugin Development' started by user_91277742, Sep 16, 2018.

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

    user_91277742

    Hello!, so i just want to do a command like /list . To know, the quantity of players into the hashmap.
    I know, i need to do a for loop but in the moment to get the uuid. I dont know, how to do it :C
     
  2. Online

    timtower Administrator Administrator Moderator

    @Ahrigumi Bukkit.getPlayer(uuid).name() or getName()
     
    KarimAKL likes this.
Thread Status:
Not open for further replies.

Share This Page