I have ran into an issue when programming a plugin that is dependent on another plugin. The plugin in question has 3 different versions, all of them are incomparable with each other. Instead of writing 3 separate plugins, I would like to know which .jar file exists, and import the correct one.
Note: The plugins in question are actively running on the server, and I have no clue what is running on which server.
Thanks for your help.