how can I learn to code plugins

Status
This thread has been locked.

EnchantBook

Premium
Feedback score
13
Posts
705
Reactions
108
Resources
0
I've tried Ammar T, I've tried codeacademy (which just teaches java), I've tried a teacher in my native language. None seem to work for me

I have no idea what to do. any ideas? I really want to learn
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Tylerzz

Premium
Feedback score
13
Posts
959
Reactions
515
Resources
0
No better way to learn than trying things your self.

Watch YT videos, google stuff, and then practice.
 

XMario

Game developer, coder, 3D artist
Restricted
Feedback score
9
Posts
484
Reactions
178
Resources
0
You have to try and work on your skills a lot. You won't learn it over night, feel free to search up on internet how to do something, ask other developers for help, watch tutorials and you will learn it one day :)
 

Kof1e

Deactivated
Feedback score
1
Posts
126
Reactions
26
Resources
0
http://mooc.fi/courses/2013/programming-part-1/ This will help you a lot with all the syntax, although syntax is easy, the difficult part is thinking like a programmer.

If you like maths, I would definitely recommend Project Euler (if you're good at maths they're very interesting!) Just do a lot of projects to expand your knowledge.
 

MTG

Supreme
Feedback score
78
Posts
2,456
Reactions
2,600
Resources
0
dont learn then go to another language Kappa
jk u do u
 

Irantwomiles

Check my signature for a new Practice plugin
Premium
Feedback score
3
Posts
1,263
Reactions
570
Resources
0
Start with a easier OOP language like python. Once you learn or at least have a good grip of one language it's much easier to expand. The only hard part about programming is the logic and problem solving mindset that you need to understand. If you learn that then you will pick up the language itself slowly as Well.
 

nick

Supreme
Feedback score
24
Posts
435
Reactions
386
Resources
0
There are website that teach you how to code for a price, or free depending on the website.
 

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0
Looking through open source code, YouTube videos (NOT on bukkit API, on only java). I was personally first exposed to the language by Code Academy, but it didn't work at all for me either (at the end of it I only knew how to print line). The way I started grasping a better view of the language is through a computer science/programming course in my school in which we just focused on the java language. From there I looked on the bukkit and spigot fourms, and then YouTube for bukkit tutorials. I suggest going through java tutorials on YouTube first to start a foundation.
 

Tylerzz

Premium
Feedback score
13
Posts
959
Reactions
515
Resources
0
Start with a easier OOP language like python. Once you learn or at least have a good grip of one language it's much easier to expand. The only hard part about programming is the logic and problem solving mindset that you need to understand. If you learn that then you will pick up the language itself slowly as Well.
I started with C#, then moved to Java, and recently explored Python, its syntax hurts me.
 

HM04

Computer Science and Finance Student
Premium
Feedback score
3
Posts
544
Reactions
269
Resources
0
Start with a easier OOP language like python. Once you learn or at least have a good grip of one language it's much easier to expand. The only hard part about programming is the logic and problem solving mindset that you need to understand. If you learn that then you will pick up the language itself slowly as Well.
Absolutely no reason to start with Python if he is interested in Java. If it's his first time learning a programming language it doesn't matter which one he learns first.
 

Irantwomiles

Check my signature for a new Practice plugin
Premium
Feedback score
3
Posts
1,263
Reactions
570
Resources
0
Absolutely no reason to start with Python if he is interested in Java. If it's his first time learning a programming language it doesn't matter which one he learns first.
Just my opinion good sir. But he shouldn't learn java through bukkit, which in a sense is my main point.
 

FTPClient

Feedback score
0
Posts
63
Reactions
24
Resources
0
I work for a coding company, so that helps me.
Also start with easier languages such as:
Python
C#
 
Status
This thread has been locked.
Top