How do I make a plugin?

Discussion in 'Plugin Development' started by NickLim, Jun 30, 2011.

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

    NickLim

    I know at first glance this may seem very broad. I am just trying to look for someone who is nice enough to sort of teach me how to write a plugin. I mean you don't have to be a teacher, like someone I can just ask questions when I get stuck or need help. Please contact reply here and contact me at [email protected]

    Anyone who helps me will receive a high rank on my server of which is very big and popular.

    Please no trolling
     
  2. Offline

    Haias

    First off, do you know the Java programming language?
    Or at least any programming language?


    I just started so I really shouldn't be at liberty to tell people how to learn, but I used this video: http://www.youtube.com/watch?v=mWqLI1Cbmvw

    That video makes the assumption you can already set up a server.
     
  3. Offline

    zookalicious

    Last edited by a moderator: May 17, 2016
  4. Offline

    Everdras

    If I have a plugin that compiles, assuming I have the class that extends JavaPlugin done right, is there anything that I need to do other than clean/build it to a .jar before I drop the .jar into my server?

    I'm using NetBeans 7.0 for my IDE.
     
  5. Offline

    Haias

    @Everdras
    As far as I know, no. I was using Eclipse to make my plugins, and I just set the compile destination right to my plugins folder so that I could quickly hit "Run Server" and test it out.

    It might be different on NetBeans, but I doubt it.
     
  6. Offline

    RazorFlint

  7. Offline

    The Angry kat

  8. Offline

    lilkoopa

  9. Offline

    Vynlar

  10. Offline

    Everdras

    Aside from plugin.yml apparently that's all you need. Thanks for the reply though =)
     
Thread Status:
Not open for further replies.

Share This Page