Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Game Development

Minecraft coding

I wanna code for Minecraft, I know I should start with Java Basics but what do I do after? Where do I learn the stuff specific to Minecraft?

4 Answers

Thomas Beaudry
Thomas Beaudry
29,084 Points

Hey Robbin, I would maybe try learning Java or C++, however TH isn't doing the latter, I have a really cool link to a "Minecraft" coding website, best of luck :) http://www.minecraftforum.net/forums/off-topic/computer-science-and-technology/487773-how-do-i-code-a-game-like-minecraft

Thomas Beaudry
Thomas Beaudry
29,084 Points

Be prepared to do a lot of coding, the original"Minecraft" took over 2 million lines...from what I read about on the website, that's an awful lot!

lol yeah, ik. xD

I'm interested in coding plugins specify Bukkit/Spigot.

https://www.spigotmc.org/resources/ < some popular plugins

They're basically codes that customize Minecraft, that's why the game can be customized so much!

You can code anything from Minigames, Chat features, Punishment, Moderator Tools, almost anything you can think of!

I'd like to get some imput from other people if possible!

Greg Kitchin
Greg Kitchin
31,522 Points

A lot more Java. You'll have to understand OOP, how Java works in general etc. Saying that though, Minecraft is available for the Raspberry Pi for free. It uses Python, which is far easier than Java to understand.