Hi everyone this is my first post on PlanetMinecraft.com xD,
I need help to make plugins. I mean that when I see all those code lines etc. I don't know what what means. For example I wanted to make a plugin (I followed a guide but it didn't work out for me xS) and I would like to know what to write ''if'' this happens and then that happens. I mean that I would like to know what causes something to happen, and then the reaction of something (in code lines thingies ). I hope I made my problem clear xD.
Here's an example of some coding line, if I see this I think... Yeah I really know what everything means (NOT! :p)
http://tux2mc.com/pmc/tut1/example2.png
Thanks,
iTz_Dipsy
I need help to make plugins. I mean that when I see all those code lines etc. I don't know what what means. For example I wanted to make a plugin (I followed a guide but it didn't work out for me xS) and I would like to know what to write ''if'' this happens and then that happens. I mean that I would like to know what causes something to happen, and then the reaction of something (in code lines thingies ). I hope I made my problem clear xD.
Here's an example of some coding line, if I see this I think... Yeah I really know what everything means (NOT! :p)
http://tux2mc.com/pmc/tut1/example2.png
Thanks,
iTz_Dipsy
6
Okay.
Do you have teamviewer and skype? I can teach you.
Do you have teamviewer and skype? I can teach you.
Thanks guys
nickfromgreek I've already tried the bukkit plugin tut. but it didn't work for me xS. And I've already tried YouTube vids but yeah... well... they actually didn't told me what everything meant you write.
But Scholesy, so I have to watch TheNewBoston Java Understanding vids? And after that I have to make some (funny xDD) mods and then I will understand it (much) better, right?
Thanks everyone for the information!
EDIT: Which vids from TheNewBoston? Because there are a lot xD
nickfromgreek I've already tried the bukkit plugin tut. but it didn't work for me xS. And I've already tried YouTube vids but yeah... well... they actually didn't told me what everything meant you write.
But Scholesy, so I have to watch TheNewBoston Java Understanding vids? And after that I have to make some (funny xDD) mods and then I will understand it (much) better, right?
Thanks everyone for the information!
EDIT: Which vids from TheNewBoston? Because there are a lot xD
That's what I would suggest, Newboston has a nice neat series named java tutorials for beginners or something, And Modding will help further your understanding of minecraft's code Much better before you develop plugins. And who knows, You might dev a nice mod in the process :3
Okay firstly, www.Youtube.com/TheNewBoston
^^Java tutorials, Watch that before you try to make stuff and have a basic understanding of java. From there I would first start modding to understand Basic API and it's meanings, That and an understanding of how Minecraft works will help you amazingly.
I have some basic tuts on my channel, Just check my signature for that.
Thirdly, Youtube would be the best place, Learn the scaffold of the code for Bukkit, The rest is too simple it's not even funny. The API Is easier to understand than that of Minecraft's Seriously, I learnt how to make a bukkit plugin in a day. It's really easy, You just need the basis first which is the understanding of minecraft and Java. Hope this helps
^^Java tutorials, Watch that before you try to make stuff and have a basic understanding of java. From there I would first start modding to understand Basic API and it's meanings, That and an understanding of how Minecraft works will help you amazingly.
I have some basic tuts on my channel, Just check my signature for that.
Thirdly, Youtube would be the best place, Learn the scaffold of the code for Bukkit, The rest is too simple it's not even funny. The API Is easier to understand than that of Minecraft's Seriously, I learnt how to make a bukkit plugin in a day. It's really easy, You just need the basis first which is the understanding of minecraft and Java. Hope this helps
This helps
http://wiki.bukkit.org/Plugin_Tutorial
is your friend ^^
EDIT alo what are you looking for is the events ex: there i onPlayerDeath event onPlayerRespawn etc etc etc
is your friend ^^
EDIT alo what are you looking for is the events ex: there i onPlayerDeath event onPlayerRespawn etc etc etc
