mod-publish-plugin
A Gradle plugin to publish mods to a range of destinations
File Explorer
Download Latest Version (.zip)- docs.yml
- publish.yml
- test.yml
- codeberg.mdx
- curseforge.mdx
- discord.mdx
- forgejo.mdx
- gitea.mdx
- github.mdx
- gitlab.mdx
- modrinth.mdx
- _meta.json
- getting_started.mdx
- github_actions.mdx
- index.mdx
- multi_platform.mdx
- options.mdx
- shared_options.mdx
- discord_button.png
- discord_example.png
- discord_modern.png
- discord_modern_button_thumbnail.png
- .gitignore
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- theme.config.tsx
- tsconfig.json
- gradle-wrapper.jar
- gradle-wrapper.properties
- HttpApi.kt
- HttpEngine.kt
- HttpException.kt
- MultipartBodyBuilder.kt
- RequestContext.kt
- Curseforge.kt
- CurseforgeApi.kt
- CurseforgeVersions.kt
- DiscordAPI.kt
- DiscordWebhookTask.kt
- GiteaCompatibleApi.kt
- GiteaCompatibleOptions.kt
- GiteaCompatiblePlatform.kt
- Codeberg.kt
- SelfHostedGitea.kt
- Github.kt
- GithubApi.kt
- Gitlab.kt
- GitlabApi.kt
- Modrinth.kt
- ModrinthApi.kt
- ModrinthEnvironment.kt
- GradleUtils.kt
- MinecraftApi.kt
- ModPublishExtension.kt
- MppPlugin.kt
- Platform.kt
- PlatformInternal.kt
- PublishModTask.kt
- PublishOptions.kt
- ReleaseType.kt
- Retry.kt
- Validators.kt
- CurseforgeTest.kt
- CurseforgeVersionsTest.kt
- MockCurseforgeApi.kt
- BotTokenGenerator.kt
- DiscordIntegrationTest.kt
- DiscordTest.kt
- MockDiscordApi.kt
- GiteaTest.kt
- MockGiteaApi.kt
- GithubTest.kt
- MockGithubApi.kt
- GitlabTest.kt
- MockGitlabApi.kt
- MinecraftApiTest.kt
- MockMinecraftApi.kt
- MultipartBodyBuilderTest.kt
- MultiPlatformTest.kt
- OptionsTest.kt
- PublishResultTest.kt
- MockModrinthApi.kt
- ModrinthTest.kt
- IntegrationTest.kt
- MockWebServer.kt
- ProductionTest.kt
- curseforge_version_types.json
- curseforge_versions.json
- version_manifest_v2.json
- .gitattributes
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/modmuss50/mod-publish-plugin
Downloads the entire project code from GitHub to your computer.
cd mod-publish-plugin
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
