[Ignore] Get the owner

Discussion in 'Plugin Development' started by Jaker232, Feb 22, 2012.

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

    Jaker232

    I'm making an auction plugin that simplifies auctioning and I need to return the owner of an auction number in history.

    I have a list of Maps and I want to access (owner1) map and get the first entry and get the String version. How do I do this? (I do the Maps and methods in an AuctionHandler class.)
     
  2. Offline

    hatstand

    Set up another map, which maps the auction number to the owner's name.

    I think I'm misunderstanding your question though - It isn't explained very clearly.
     
  3. Offline

    Jaker232

    Nevermind! I post this and never had a chance to get on earlier today and delete this thread. I'm changing the system differently.
     
Thread Status:
Not open for further replies.

Share This Page