Posts: 11
Threads: 5
Joined: Sep 2020
Thanks: 2
Given 0 thank(s) in 0 post(s)
I've always wanted to code and also want to code plugins for Cuberite and Spigot. However, I've never fully built up the dedication to keep on coding and to go further? Is there anything I should do? What videos would be good to watch?
grIrgI've
Posts: 326
Threads: 41
Joined: Oct 2014
Thanks: 22
Given 95 thank(s) in 66 post(s)
09-18-2020, 07:36 PM
(This post was last modified: 09-18-2020, 07:50 PM by Mathias.)
I was in a similar place a few years ago. Cuberite plugins were the thing that initially got me into software development. I started looking into the source code of existing plugins, tinkered a bit with them, and made minor contributions to them (mostly just style fixes in the beginning). Eventually, I got to the stage where I was comfortable creating my own small plugins, and made a few for my then Cuberite server.
Everyone is different, but for me, it really helps just sitting down and working on something I’m excited about, and learning things as I stumble into problems. If you have enough patience, you should eventually start understanding more and more. You need to be ready to get your hands dirty though, only watching a few videos probably won’t get you far.
TLDR: existing plugins are your friend
Edit: once you get the gist of the basics, it's not a bad idea to start learning more theory about a language or development in general. It can really help you to use better concepts, and ultimately write better things down the road.