+ 5
I want to make minecraft plugins
I have used plugin configs and am aware of varaiable, the basic /* */, etc. What do I need to code minecraft plugins?
6 Respostas
+ 5
You need to know Java. Then practice the Bukkit API. Yes, you actually need to know Java, knowing only the basics isn't very helpful, since once you get stuck, you won't find help. I saw many people not knowing Java and trying to make plugins, their mistakes were just embarrassing. So please learn Java before actually making plugins :)
+ 3
Oh and by the way, /* */ is just a comment, the configs will ignore anything that's inside it, and so will JVM.
+ 1
I heard that you use comments to let fellow coders know whar you're doing is this true?
+ 1
Yes, it can help a lot when reading the actual code.
0
Comments can also be a reminder for yourself. "//" declares a comment in the specific line, while "/* */" includes as much as you put inside.
- 2
hi i don't know.