Implementing Bukkit Appears To Not Work

Discussion in 'Plugin Development' started by lx3krypticx, Apr 9, 2012.

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

    lx3krypticx

  2. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Add bukkit to your classpath for the project.
     
  3. Offline

    lx3krypticx

    Huh? Lol, sorry kind of new to this.

    If you mean this: http://gyazo.com/f4b425b6b5714cb6c20a9720a95a8e29 Than I've already done it to my Basic project.

    Any help?

    Nuu help :3

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  4. Offline

    Darkman2412

    What's under Referenced Libraries?
     
  5. Offline

    lx3krypticx

  6. Offline

    stuntguy3000

    It could be one of two things:
    • The class/file is called JavaPlugin
    • You didn't do
    • PHP:
      public class <class> extends JavaPlugin {
       
      }
      The extends javaplugin part...
     
  7. Offline

    Jozeth

  8. Offline

    lx3krypticx

    I'll try it when I get home. At school right now. Got nothing better to do ;P
     
  9. Offline

    nala3

    That doesn't really matter all too much, I build against craftbukkit and everything works out fine...just a bit more cluttered if you are trying to look for something xD
     
  10. Offline

    lx3krypticx

    yeah, that didn't do anything. Any help? :/

    Bump :O

    Still no luck :/

    Any way someone can TeamView me and try to troubleshoot for me? :/

    What type of problem is thiss :////

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  11. Offline

    Jozeth

    People with edited craftbukkit.jars cannot use your plugins because you've used craftbukkit which theirs isn't

    Etc....
     
  12. Offline

    Darkman2412

    Jozeth, if he only uses Bukkit classes/interfaces, it should still work.

    lx3krypticx: why do you keep bumping when you already have the answer? If you didn't even read it, I mean this one:
     
    Jozeth and stuntguy3000 like this.
  13. Offline

    Jozeth

    True
     
  14. Offline

    lx3krypticx

    Lol, that still didn't even work darkman
     
Thread Status:
Not open for further replies.

Share This Page