Documentation

Plugin documentation, setup notes, and guides

Setup instructions, planned documentation, AI Plugin Forge notes, and future plugin information.

AI Plugin Forge

Starter Setup

  1. Review the AI Plugin Forge pull request in the plugin repository.
  2. Merge the forge files when ready.
  3. Clone the repository to the local development PC.
  4. Install Python 3.11+, Java 21, and Gradle.
  5. Copy .env.example to .env and add API keys locally.
  6. Run the forge from PowerShell with a request such as python forge.py "Make me a unique Minecraft Paper plugin".
Security

API Key Safety

  • Never commit the real .env file.
  • Only commit .env.example.
  • Keep OpenAI, Gemini, and DeepSeek keys private.
  • Test generated plugin jars on a local or test server before using them live.
AutoHopper

Installation

  1. Download the latest plugin release.
  2. Place the plugin in your server plugins folder.
  3. Restart or reload the server.
  4. Configure permissions as needed.
Future Documentation

Planned Content

  • Commands and permissions
  • Configuration examples
  • Version compatibility
  • Plugin changelogs
  • Troubleshooting guides
  • AI Plugin Forge workflow notes