HashMap Help

Discussion in 'Plugin Development' started by RustyDesigns, Jul 30, 2015.

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

    RustyDesigns

    Hi, I am in need of some guidance on hash maps. I need to store a players UUID, and Rank in the form of a string. I have how to add them to it, but how would I get what rank they are to assign them permissions?
     
  2. Offline

    teej107

  3. Offline

    cfil360

    @RustyDesigns you would use the map get function. Here is where you will specify which key(UUID) you want it to gather. This will return the value(Rank).
     
Thread Status:
Not open for further replies.

Share This Page