Maps?

Discussion in 'Plugin Development' started by darkmage0252, Sep 9, 2012.

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

    darkmage0252

    Im trying to render multiple maps but it seems even though im grabbing a different map it only will the first map in the hotbar.

    MapView map = Bukkit.getServer().getMap(is.getDurability());

    is how im grabbing and setting the maps renderer

    the maps render fine but it renders to the first map on the hotbar.

    Also by rendering different maps. yes i meant they all have different durabilities

    Any one know?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
  2. Offline

    bobacadodl

  3. bobacadodl: Nothing to see there. Anyway, may I copy your signature image? :D
    darkmage0252 Maybe is isn't the right ItemStack or your handling the MapView the wrong way or... We can't say much with just one line of code.

    //EDIT: bobacadodl I just stole it. Well, just the idea, not the image itself. Hope that's ok.
     
  4. Offline

    darkmage0252

    Im handling the itemstack correctly im grabbing the currentitem in hand.
     
  5. Offline

    bobacadodl

    lol :p I didn't even make the image, I stole it from someone else :D BTW thanks for telling me that my github repo wasn't working. I'll resync it

    darkmage0252 My github repo should be working now :p The plugin is almost 100% working. Take a look at my masksrenderer class and how I am using it (in my masklistener class). Hopefully you will be able to figure it out :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
    V10lator likes this.
Thread Status:
Not open for further replies.

Share This Page