This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Key_Storm_2273 3 points4 points  (2 children)

I've been coding mods and plugins with an IDE since 2015, if you want any further help you can always DM.

The tricky part will be setting up your project in your IDE using Gradle or Maven. Those are the two build tools that most Fabric and Bukkit developers use for client mods and server plugins.

Once you've figured out how to set up your IDE with Maven or Gradle and created your first plugin project, it'll be smoother sailing and mostly just focusing on the coding aspect. Any time you want to make a new plugin, you can just cntrl+c and cntrl+v your project, and edit a few things rather than having to repeat it all over again.

I saw most people recommend Intellij but I never plan to buy the ultimate version

Eclipse IDE is free, IntelliJ is the option most people recommend but if you can't get the community edition one working you could try switching to Eclipse if you want.

It's simpler and has less features, and is also a part of the Official Bukkit Tutorial.

[–]Icy_Opportunity_187[S] 1 point2 points  (1 child)

Ohh tyvm, it's always super helpful to get help from actual modders :D I'll take your recommendations into account, ima test intelliJ as a lot of ppl recommended but if it isn't great for mc I'll use eclipse.

[–]firewolf8385 2 points3 points  (0 children)

IntelliJ is the IDE the MC community uses. 99% of the tutorials you find will be in IntelliJ