I really hate the style. Moreover, programming tutorials are supposed to be in written form, preferably electronic so you can copy and paste.
@nickguletskii Well I only posted that for the people who are just starting out, most people looking to develop plugins have a basic understanding of Java and while I have the time to make a detailed plugin making tutorial, I don't have the time to teach the Java Language. If you could provide some other links I'd be happy to use them. EDIT : Posted more tutorial Links :
And I stopped reading right there. Keyword. "I" really hate that style. That is your preference, not others. If you're just copying and pasting you're not really nailing down what you're learning. You can learn a ton from someone actually talking to you, as well as if you were to just read. Both ways are viable. If you actually write down the code, you're reinforcing it into memory as you are typing it. Rather than copy paste, boom results. ohh yay... This guy has gone out of his way to create what has a LOT of potential. I'm loving this tutorial. Keep up the good work. Don't let haters ruin it.
Thanks I added more written and video tutorials anyway. I'm just writing up the next section on saving and loading from files etc..
@nickguletskii Bucky (The New Boston) is a great teacher, he is funny (very important in any kind of teaching) and he uses a good structure for the tutorials...
When I use eclipse I get warnings so that is what I am used to doing. It may be unnecessary but it doesn't cause any problems
I don't get any errors or warnings. You shouldn't get any at all because BasicPlayerListener extends PlayerListener which extends Listener and the compiler can convert naturally without any problems.
It really didn't do any harm (since it casts it anyway but not in the same manner) but it's less code and more understandable for beginners if they haven't gone into casting yet. EDIT: Noticed you have a Double.parseBoolean(String) in the tutorial. Something that also requires fixing.
Personally I do not like this thread. All this enthusiasm and work should go to Wiki, not a forum post.
Ok....So make a wiki and then what, just post a link to it from here? Also @Plague you don't like the content? Or you don't like the fact that it's not in a wiki?
@Plague ok, I'd like to move this over to a wiki but could some please explain to me how to do it. Also how would I link other people to it, eg so people can see it on the forums or something?
good work Adamki11s, community is lucky having people like you, spending so much time explaining others how to do. Keep up the good work ps: just one question, I didn(t know the onCommand, I usually use onPlayerCommandPreprocess, but onCommand seems to be far more better. Do you place the onCommand method in a listener or in the main file of the plugin?