Recompiling a 1.7.10 PLugin

Discussion in 'Plugin Development' started by sfxworks, Mar 11, 2015.

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

    sfxworks

    Help! I found this awesome plugin but due to my lack of bukkit plugin experience I can't figure how how to tell Maven that I have 1.7.10 saved on my HD.

    [​IMG]
     
  2. Offline

    LeePMC

    Please include the error that you get, this all looks fine, but just by looking at it will do nothing...
     
  3. Offline

    LegacyGaming

    @sfxworks
    Right click the project > Build Path > Configure Build Path > Libraries > Add External JARs

    Select the jar you want.
     
    sfxworks likes this.
  4. Offline

    blablubbabc

  5. Offline

    sfxworks

    Tip of my tongue! Not really...but I remember learning it so...that has to count for something...

    Yet... Well.. Still the same issue after I did what @LegacyGaming said

    [​IMG]

    Here's the pom.xml http://pvp.sfxworks.net/pom.xml

    Would doing that be doing the same thing I just did in Eclipse? [Assuming I followed it step by step (which I coulda sworn I did)]

    EDIT by Timtower: merged posts, please use the edit button instead of triple posting
    Edit: Sorry @timtower :(
     
    Last edited: Mar 11, 2015
  6. Offline

    blablubbabc

    @sfxworks
    Nope. Maven tells you that it can't find craftbukkit. By adding it manually to your local repository it should be able to find it.
     
Thread Status:
Not open for further replies.

Share This Page