Where To start learning Java Bukkit Coding?

Discussion in 'Plugin Development' started by DuckSlayerHD, Jan 17, 2014.

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

    DuckSlayerHD

    Can someone give me a link on where to start off learning how to code bukkit plugins? I know nothing about java and I only know how to start off a class package. The IDE I'm using is IntelliJ
    This is all of the I guess you call code I have by saying I know how to start off a plugin:​
    Code:
    package test;
     
    import org.bukkit.plugin.java.JavaPlugin;
     
    public class test extends JavaPlugin
    Yea I know, its pretty pathetic, but what can I say..
     
  2. Offline

    xboxnolifes

  3. Offline

    Acer_Mortem

    xboxnolifes

    Don't start him off there.

    DuckSlayerHD



    Start with this video, until you've understood the basics of java (ints, methods, hashmaps, arraylists, etc.) Then go to the BCBroz as xboxnolifes said.

    Also, take a look at this after you've learned basic java:
    http://wiki.bukkit.org/Plugin_Tutorial

    Good luck! :)
     
    jthort likes this.
  4. Offline

    xboxnolifes

    DuckSlayerHD Acer_Mortem

    Yeah, start there. I just assumed like 90% of the threads around here that the OP actually didn't want to learn Java first.

    My apologies.
     
  5. Offline

    Gater12

  6. Offline

    jthort

  7. Offline

    HyrulesLegend

  8. Offline

    xTrollxDudex

    xboxnolifes
    Don't watch BCBroz.

    DuckSlayerHD
    See my post:
     
  9. Offline

    DuckSlayerHD

    KK, Thanks guys! :D
     
  10. Offline

    Acer_Mortem


    While indeed they teach bad methods of going about things towards the middle/end of the series, the general basics near the beginning, at least in my opinion, serve as a good starter for learning how to code with the Bukkit API.
     
    Wizehh likes this.
  11. Offline

    HyrulesLegend

    No, they're not. There are much better tutorials that you can use and you should never, ever, watch TheBCBroz.
     
  12. Offline

    Acer_Mortem


    Not wishing to start a flame war on this, that is your opinion, and I have my own. However, let's just have DuckSlayer learn how he wishes, choosing any method he wants, regardless of what we think of them.
     
  13. Offline

    jthort

    Acer_Mortem HyrulesLegend You can say not to watch them, but chances are he will at least try it. Same with learning java before bukkit, most people try bukkit first. Let DuckSlayerHD find out himself, all we can do is give advice
     
    Acer_Mortem likes this.
  14. Offline

    Wizehh

    TheBcBroz may have a lot of inefficient code, and bad practices (mostly in the middle of the series), but nonetheless their videos are a still great resource for beginners.
     
    Acer_Mortem likes this.
Thread Status:
Not open for further replies.

Share This Page