Checking if a server's CraftBukkit and plugin CraftBukkit match?

Discussion in 'Plugin Development' started by bdubz4552, May 8, 2014.

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

    bdubz4552

    I have a plugin that needs to use CraftBukkit code. I have for a while now dealt with the fact that it breaks with every update, but am wondering if there is a way to check if these two are different, so that I can disable the parts that break the whole plugin. I tried Bukkit.getVersion() but could not get it to work, and so I was wondering if there was some other method or way of making it work that I was not aware of. Thanks!
     
  2. Offline

    raGan.

    check package names
     
Thread Status:
Not open for further replies.

Share This Page