How to Get Started Deving?

Discussion in 'Plugin Development' started by wsurfer852, Dec 20, 2011.

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

    wsurfer852

    Hey, so I started using bukkit a while ago, and I've had all these good ideas for plugins. I have a good grasp on java, but not much experience. Any tips on how I could get started making plugins? I have eclipse and java 7, and stay up to date with bukkit software.
     
  2. Offline

    Chiller

    I recommend not to use Java 7... Because some people might not have updated their servers to Java 7... And if you are using a method that is only in Java 7 the people that are running their servers on Java 6 will not be able to use that method!
     
  3. Offline

    wsurfer852

    k thanks. Ill use my other comp that i haven't upgraded yet.
     
  4. Offline

    dbizzzle

    You could always downgrade if it doesn't effect any other of your java projects.
     
    HotelManager24 likes this.
  5. I use Java 7, and its fine.. You just have to configure Maven (Or probably eclipse) to use Java 6, and it will throw an error if you use a Java 7 method
     
    halley likes this.
  6. Offline

    wsurfer852

    sounds great. Now could I have some help on how to write plugins? Once again, I know how to write java, but I have no idea how to write a plugin.
     
  7. Offline

    dbizzzle

    Adamki11s and HotelManager24 like this.
  8. Offline

    HotelManager24

    Wait a sec.. I'll look for a video on youtube..

    Ok! Got it! Check this guy out! (http://www.youtube.com/user/MrKuuichi) He helped me out quite a bit when I started out. Also, you should just start making plugins, and when you have more specific questions, then come to us for help. ;)

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

    wsurfer852

    Thanks Hotel + dbizzle.
     
  10. Offline

    dbizzzle

    No problem, good luck ;)
     
  11. Offline

    wsurfer852

    That was fast! It took 3 hours for help on a perms plugin recommendation. Really appreciate it guys, thanks a lot! I'll credit you guys when I make my first plugin.
     
  12. Good luck and welcome to plugin development :)
     
  13. Offline

    wsurfer852

Thread Status:
Not open for further replies.

Share This Page