Hi MCM, I've recently decided I would like to start learning Java & the Bukkit API but I have no idea where to start. If you guys know any tutorials or if you could give me a direction on where to start to learn it'd be much appreciated. Thanks
Thanks, I'll read that. When I have learnt Java where do I go to learn Bukkit?You shouldn't be learning Java and the Bukkit API. You should be learning Java. Then the Bukkit API.
https://docs.oracle.com/javase/tutorial/getStarted/index.html
Afterwards:Thanks, I'll read that. When I have learnt Java where do I go to learn Bukkit?
tysmRead my posts here:
http://www.mc-market.org/threads/63209/page-2#post-787675
http://www.mc-market.org/threads/63209/page-2#post-791324[DOUBLEPOST=1452428692,1452428614][/DOUBLEPOST]
Afterwards:
Bukkit is an API. It's built on top of Java.
You can use Bukkit's javadocs, and along the way you'll pick up new techniques and how to do things (Google searches link back to bukkit.org and spigotmc.org forums, a lot of questions have been asked and answered). Or you can do what I did and just read through their code, with their jd as a reference. Either works.
Bukkit is an API so it wouldn't be too hard to get the hang of it after you learn Java. Trust me, I was one of those kids who tried to learn Bukkit and Java spoiler it didn't work out too good. You want atleast the basic understanding of OOP before starting bukkit.Thanks, I'll read that. When I have learnt Java where do I go to learn Bukkit?
