Grabbing HashMaps from other plugins

Discussion in 'Plugin Development' started by SirLittlemonster7, Jan 27, 2013.

Thread Status:
Not open for further replies.
  1. Ok, so im trying to get other plugins hashmaps. Like I have different game modes, commands and more. But Some things need hashmaps from other plugins. Please help.
     
  2. Offline

    Cowboys1919

    I would set a depend/softdepend and use Bukkit.getPluginManager().getPlugin(name);
     
  3. Offline

    drtshock

    You would have to build against those plugins to get the values. Add them to your build path then add them as a softdepend just like Cowboys said.
     
Thread Status:
Not open for further replies.

Share This Page