How do I update my plugin to 1.8?

Discussion in 'Plugin Help/Development/Requests' started by sammyg7241, Dec 20, 2014.

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

    sammyg7241

    Hi. I just finished developing my first plugin, and was wondering how I could update it to 1.8 as I used the Craftbukkit 1.7.9 jar file. Thanks!
     
  2. Offline

    Creeoer

    @sammyg7241
    This seems to belong in alternative since the bukkit 1.8 was not made here, but by spigot. Anyways, once you have the bukkit 1.8 jar compiled following md 5's instructions on the spigot site, just put the file in your build path..
     
  3. Offline

    mrCookieSlime

    Moved to Alternatives Section.
     
  4. Offline

    Europia79

    if your plugin doesn't have any imports that contain ".v1_7_R4." then you do NOT need to update.

    alternatively, if you don't wanna search thru all your imports,
    change remove craftbukkit.jar from your build path, and add bukkit.jar...
    if you can successfully compile, then you do NOT need to update.

    The only API breakage for 1.8 was Guava: The Spigot-Team changed the version and location. So if your plugin didn't use Guava, you don't need to worry about this.
     
Thread Status:
Not open for further replies.

Share This Page