All Projects β†’ minecraft-dev β†’ Minecraftdev

minecraft-dev / Minecraftdev

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

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Minecraftdev

Worldedit
πŸ—ΊοΈ Minecraft map editor and mod
Stars: ✭ 2,288 (+254.73%)
Mutual labels:  gradle, minecraft, spigot, bukkit, forge, sponge
Arclight
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚑
Stars: ✭ 262 (-59.38%)
Mutual labels:  minecraft, spigot, bukkit, forge, mixins
Plotsquared
PlotSquared - Reinventing the plotworld
Stars: ✭ 284 (-55.97%)
Mutual labels:  gradle, minecraft, spigot, bukkit, paper
Gate
A high performant & paralleled Minecraft proxy server with scalability, flexibility & excellent server version support - ready for the cloud!
Stars: ✭ 102 (-84.19%)
Mutual labels:  minecraft, spigot, forge, sponge, paper
Craftbook
πŸ”§ Machines, ICs, PLCs, and more!
Stars: ✭ 226 (-64.96%)
Mutual labels:  gradle, minecraft, spigot, bukkit, sponge
Crucible
Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.
Stars: ✭ 67 (-89.61%)
Mutual labels:  minecraft, bukkit, mixins, spigot, forge
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (-24.19%)
Mutual labels:  minecraft, spigot, bukkit, forge, paper
Magma
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API (Cauldron for 1.12)
Stars: ✭ 272 (-57.83%)
Mutual labels:  minecraft, spigot, bukkit, forge
Spongeforge
A Forge mod that implements SpongeAPI
Stars: ✭ 1,106 (+71.47%)
Mutual labels:  gradle, minecraft, sponge, mixins
Yatopia
The Most Powerful and Feature Rich Minecraft Server Software!
Stars: ✭ 408 (-36.74%)
Mutual labels:  minecraft, spigot, bukkit, paper
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (-74.73%)
Mutual labels:  minecraft, spigot, bukkit, paper
Purpur
Purpur is a fork of Paper, Tuinity, and Airplane with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
Stars: ✭ 286 (-55.66%)
Mutual labels:  minecraft, spigot, bukkit, paper
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (-28.22%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Hyperium
Hyperium, Free Minecraft client with HUDs and Popular mods
Stars: ✭ 217 (-66.36%)
Mutual labels:  minecraft, forge, intellij, mixins
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Stars: ✭ 2,851 (+342.02%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (-48.53%)
Mutual labels:  minecraft, spigot, bukkit, paper
ignite
A Mixin and Access Widener mod loader for Spigot/Paper
Stars: ✭ 115 (-82.17%)
Mutual labels:  bukkit, mixins, spigot, paper
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (-42.79%)
Mutual labels:  minecraft, spigot, bukkit, paper
Serverlistplus
A flexible Minecraft plugin to customize the appearance of your server in the server list
Stars: ✭ 127 (-80.31%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (-79.07%)
Mutual labels:  minecraft, spigot, bukkit, sponge

logo

Minecraft Development for IntelliJ

Build Status
Main Build Teamcity Build Status
Nightly Builds 2019.3 2019.3 Nightly Status
2020.1 2020.1 Nightly Status
2020.2 2020.2 Nightly Status
2020.3 2020.3 Nightly Status
2021.1 EAP 2021.1 EAP Nightly Status
OS Tests Linux GitHub Action Status
macOS GitHub Action Status
Windows GitHub Action Status

Info and Documentation Current Release

Visit https://minecraftdev.org for a little 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.

Building

JDK 8 is required.

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

IntelliJ includes a lot of dependencies transitively, including common dependencies that are used a lot, such as Kotlin, Commons Lang3, Guava, etc. Unfortunately, the source distribution for IntelliJ does not contain sources for libraries as well, so these libraries are imported into the IDE without sources by default. If you want to attach sources for (most) of the dependencies IntelliJ includes, run the resolveIntellijLibSources task and refresh the Gradle project in IntelliJ:

./gradlew resolveIntellijLibSources

If you're curious about that task, it is implemented in buildSrc.

Developers

Significant Contributors

License

This project is licensed under MIT.

Supported Platforms

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].