Plugin Creation for newbs?

Discussion in 'Bukkit Help' started by Clean0nion, May 10, 2015.

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

    Clean0nion

    Hi. I'd like to start making plugins. I've never tried this before and I know very little of Java. Where would I go to start learning?

    Thanks!
     
  2. Offline

    nbrandwine

    You can either watch a Youtuber like Applejuice, he stopped uploading (IIRC) but his videos are popular (ish) and in depth.

    If you don't want that, heres a doc link to a public file on how to bukkit for dummies.
     
  3. Offline

    mine-care

    @nbrandwine but before doing so, get a clear understanding of the basics of java and be in a position to perform basic applications, starting bukkit without java is like building without foundations :- )
     
    Markyroson likes this.
  4. Offline

    nbrandwine

    Heh, oh yeah. Forgot about having to know how to actually program. :p

    Anyways OP, learn Java and basic programming skills before learning the guides.
     
    Markyroson and mine-care like this.
  5. Offline

    LordDarthBob

    @Clean0nion
    I would advise against watching videos (Ex. TheBCBroz), as they can create bad habits.

    Your first stop should be the Java Tutorials, which are a fairly straightforward read, but beware: without prior knowledge of programming as a whole, it can appear complicated. Alternatively, check out a Java book for some greater in-depth reading.

    Afterwards, messing around on an IDE such as Eclipse and creating some test programs based on what you've read can be helpful as well.

    Then, visiting the Bukkit Documentation will start you on the path to creating a plugin. You can find some Bukkit.jar downloads from Spigot, which you can include in your build path in Eclipse in order to reference the API.

    Best of luck on your quest :)
     
    mine-care likes this.
  6. Offline

    mine-care

    @LordDarthBob I completely agree with this and especially with the one about video tutorials....
     
    LordDarthBob likes this.
  7. Offline

    MOTDgd

    I think sometimes it's best to get some outside help with development, from people who have made them already - therefore, I recommend going into partnership or getting a freelance to teach you the ropes?
     
    Markyroson likes this.
Thread Status:
Not open for further replies.

Share This Page