This plugin is completely free, please download it from Jetbrains Marketplace or the official GitHub page! Do not download this plugin from any untrusted third party pages!
Quickly publish your Minecraft mods to multiple mod hosting sites using Jetbrains IDEA.
It may not be as convenient as some Gradle plugins, but I want to do it.
- Fully GUI-based operation
- Automatically detect Mod information, no need to repeatedly manually select/input
- Quick saving of last operation records (dependencies, changelog)
- One-click publishing of mods to Modrinth, CurseForge, GitHub, and GitLab
- Update Mod Description Page
These features will never be supported unless someone submits a pull request, or I suddenly want to implement them
- Publishing to custom Git servers
- Publishing resource packs/data packs
Priority order from top to bottom, smaller numbers indicate higher priority
- Update Forge/NeoForge update.json during publishing
- Publishing plugins
- Improve dependency manager
- Allow syncing README to
Modrinth andCurseForge (no API available) - Publishing to Hangar/SpigotMC
ModPublish can be found in the Jetbrains plugin marketplace. You can install it by searching for "Minecraft Mod Publish
Utils" in IDEA's Plugin module,
or download it through this link.
Before getting started, you need to apply for API Tokens from your publishing targets and configure ModIDs for your project. If you don't do this, the corresponding publishing targets will be automatically disabled.
Building ModPublish requires the following tools
- JDK 17
- Gradle 9
- Python3
Build steps:
- Run
./version_processor.pyto download latest Minecraft versions from network - Copy generated json files to
./src/main/resources/META-INFdirectory (minecraft.version.json) - Run
./gradlew buildPlugin - Final output is located in
./build/distributionsdirectory
This is not mandatory, just a suggestion
- Do not introduce third party dependencies unless necessary
- Do not write duplicate code
- Ensure code has good readability
- Tests are optional, but functionality must be manually verified before submission
- Comments are not mandatory. But if there are any, please use English.
- Variable/method/parameter names should not be too long
- Do not use machine translation services like Google, DeepL, etc.
- If using AI translation, ensure it does not cause major ambiguity
- Do not use discriminatory language
- Do not use dialects
- Do not use unnatural or confusing language
- Gson - License Apache 2.0
- OKHttp - License Apache 2.0
- TProxy - License Apache 2.0
- TinyUtils - License Apache 2.0
- Flexmark - License BSD 2-Clause "Simplified" License
All resource files have been adjusted to display at 24px.
- Modrinth Logo - License GPL-3.0, with proper coloring of the logo
- CurseForge Logo - License CC BY 4.0
- Github Icon
- Gitlab Logo (vscode-icons) - License
- FluentUI System Icons - License MIT
If you like my work, or if it has brought you great convenience, please consider supporting my work through Patreon.
If you don't want to do that, you can also support me by clicking the Star on the Repo. The more Stars, the happier I am, and the more motivated I am to continue working.
Thanks to everyone who uses and supports ModPublish.
The source code is licensed under the LGPL-3.0 license.