minecraft-dev
MinecraftDev
Kotlin

Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.

Last updated Jul 2, 2026
1.8k
Stars
225
Forks
235
Issues
0
Stars/day
Attention Score
92
Language breakdown
Kotlin 95.2%
HTML 2.4%
Java 0.9%
Groovy 0.7%
Lex 0.6%
Python 0.2%
โ–ธ Files click to expand
README

logo

Minecraft Development for IntelliJ ==================================

Build Status
Main Build Teamcity Build Status
2025.2 2025.2 Nightly Status
2025.3 2025.3 Nightly Status
2026.1 2026.1 Nightly Status
2026.2 2026.2 Nightly Status
OS Tests GitHub Action Status

Info and Documentation Current Release


Visit https://mcdev.io for some information about the project.

Installation


This plugin is available on the JetBrains IntelliJ plugin repository.

Because of this, you can install the plugin through IntelliJ's internal plugin browser. Navigate to File -> Settings -> Plugins and click the Browse Repositories... button at the bottom of the window. In the search box, simply search for Minecraft. You can install it from there and restart IntelliJ to activate the plugin.

Dependencies


Gradle will download all necessary dependencies to build the project, but you do need JDK 21 installed and available to Gradle in order to build.

You can easily install JDK 21 from Adoptium.

Building


Build the plugin with:

./gradlew build

The output .zip file for the plugin will be in build/distributions.

Test the plugin in IntelliJ with:

./gradlew runIde

Code is generated during the build task, to run the generation task without building use:

./gradlew generate

This task is necessary to work on the code without errors before the initial build.

To format the code in this project:

./gradlew format

This will format using ktlint described below in the style guide section below.

The Gradle IntelliJ Plugin will handle downloading the IntelliJ dependencies and packaging the plugin.

Style Guide


This projects follows the opinionated ktlint linter and formatter. It uses the ktlint-gradle plugin to automatically check and format the code in this repo.

IDE Setup


It's recommended to run the ktlintApplyToIdea and addKtlintFormatGitPreCommitHook tasks to configure your IDE with ktlint style settings and to automatically format this project's code before committing:

./gradlew ktlintApplyToIdea addKtlintFormatGitPreCommitHook

License


This project is licensed under LGPLv3.0-only.

Supported Platforms


ยฉ 2026 GitRepoTrend ยท minecraft-dev/MinecraftDev ยท Updated daily from GitHub