Published a blog post
This is something I wanted to write for over a year, so here it is! The first two entries in a series on how to write a Minecraft Java plugin.

Part 1 introduces the different Minecraft editions and why the series will focus on Java plugins: https://marcdif.com/minecraft-plugin-part-1/

Part 2 gets you started with setting up your IDE (your text editor for Java code) and your JDK (Java Development Kit): https://marcdif.com/minecraft-plugin-part-2/