codeteamer/plugin-makermc icon
public
Published on 5/10/2025
Spigot Plugin Maker

Rules
Models
Context
openai OpenAI GPT-4.1 model icon

OpenAI GPT-4.1

OpenAI

1047kinput·32.768koutput
deepinfra Qwen2.5 Coder 32B Instruct model icon

Qwen2.5 Coder 32B Instruct

deepinfra

relace Relace Instant Apply model icon

Relace Instant Apply

relace

40kinput·32koutput
anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

anthropic

200kinput·8.192koutput
together Llama 4 Maverick Instruct (17Bx128E) model icon

Llama 4 Maverick Instruct (17Bx128E)

together

gemini Gemini 2.5 Pro model icon

Gemini 2.5 Pro

gemini

1048kinput·65.536koutput
Build & Development Commands
Use Gradle to build and run your mod:

./gradlew build to compile and package your mod into a .jar file. The output will be in the build/libs directory.

./gradlew runClient to launch Minecraft with your mod loaded for local testing.

./gradlew runServer to start a Minecraft server with your mod for multiplayer testing.

Ensure your build.gradle includes the correct dependencies for Fabric Loader and Fabric API, using the Maven repositories listed in your docs.

Keep your development environment and dependencies up to date with the latest Fabric Loader, Fabric API, and Minecraft 1.21.4 versions.

Testing Guidelines
Write unit tests using Fabric Loader JUnit for code logic and helpers. Add testImplementation "net.fabricmc:fabric-loader-junit:${project.loader_version}" to your build.gradle.

Configure Gradle to use JUnit Platform for running tests.

Use the Gametest framework for automated in-game feature and gameplay testing.

Test your mod in both single-player and multiplayer environments to ensure compatibility.

Use CI (Continuous Integration) like GitHub Actions to automate your test suite on every build.

Code Style & Guidelines
Follow standard Java conventions for naming, formatting, and structure.

Use JavaDoc for all public classes and methods to document your code.

Organize your code by features (e.g., items, blocks, events) for clarity and maintainability.

Avoid deprecated APIs and keep your code updated for the latest Fabric changes.

Prefer using Fabric API modules over custom implementations when possible for better compatibility and maintainability.

Use proper package naming and modid conventions as described in the Fabric Wiki.

Documentation Guidelines
Maintain a clear and concise README with your mod's description, installation instructions, and dependencies.

Document all public APIs and major features with JavaDoc.

Include usage examples and troubleshooting steps in your documentation.

Update documentation whenever you make significant changes to your codebase.

Host your documentation on a public platform (e.g., GitHub or Modrinth) for community access and collaboration.

Reference official Fabric documentation and release notes for advanced topics and version-specific changes.
FabricMChttps://docs.fabricmc.net/
FABRICMC1.21.4https://fabricmc.net/2024/12/02/1214.html
Fabric Githubhttps://github.com/FabricMC/fabric
Fabric Getting Startedhttps://docs.fabricmc.net/develop/getting-started/setting-up-a-development-environment
Fabric Websitehttps://fabricmc.net/
Mavenhttps://maven.fabricmc.net/
fabricapihttps://mvnrepository.com/artifact/net.fabricmc.fabric-api
Modrinthhttps://api.modrinth.com/maven
Loom - Fabric Documentationhttps://docs.fabricmc.net/develop/loom/
Loom - Fabric Wikihttps://wiki.fabricmc.net/documentation:fabric_loom
Fabric Loom GitHubhttps://github.com/FabricMC/fabric-loom
Fabric Loom Releaseshttps://github.com/FabricMC/fabric-loom/releases

Prompts

Learn more

No Prompts configured

Context

Learn more
@diff
Reference all of the changes you've made to your current branch
@codebase
Reference the most relevant snippets from your codebase
@url
Reference the markdown converted contents of a given URL
@folder
Uses the same retrieval mechanism as @Codebase, but only on a single folder
@terminal
Reference the last command you ran in your IDE's terminal and its output
@code
Reference specific functions or classes from throughout your project
@file
Reference any file in your current workspace
@docs
Reference the contents from any documentation site

No Data configured

MCP Servers

Learn more

Perplexity MCP

npx -y perplexity-mcp