Website | [
Discord ] | [
Documentation ]
What is Koda?
Koda (koda.cx) is a revolutionary web-based Visual Plugin Builder. Instead of writing code or learning complex scripting languages, you connect visual logic nodes in your browser. Our cloud compiler then translates your nodes into pure, highly-optimized Kotlin code and compiles a native .jar file for your server.
What is Koda Bridge?
Koda Bridge is the official companion utility for developers using Koda. Normally, developing a plugin means downloading a .jar, uploading it via FTP, and restarting your server over and over. Koda Bridge completely eliminates this cycle.
Link your server to your Koda web account with a single command, and Koda Bridge will automatically pull, inject, and hot-load your visual plugins directly into the JVM—
zero restarts required.
⚠️ CRITICAL INFORMATION
This plugin is 100% OPTIONAL and is meant for DEVELOPMENT/TEST environments.
Koda generates standard, standalone Minecraft .jar files.
You do NOT need Koda Bridge on your server to run a Koda plugin. We highly recommend using Koda Bridge
only on your test servers to enjoy the fast, live hot-loading workflow. Once you are finished building your project, simply download the standalone .jar from the dashboard and upload it to your live production server for maximum stability and native performance!
✨ Key Features
- Zero-Friction Workflow: Hit "Build" on the website, and the plugin instantly updates in-game.
- True Hot-Loading: Safely loads and unloads your custom logic without requiring a server restart or /reload.
- Isolated Environment: Custom class-loading ensures that your test scripts don't leak memory or conflict with other plugins.
- Secure Pairing: Uses secure, temporary 6-digit tokens to link your web account to your server.
⚙️ Commands & Permissions
All commands require the koda.admin permission.
- /koda link <token> - Securely pairs your server with your Koda web account.
- /koda list - Views all synced projects and their current memory status.
- /koda pull <project_id> - Forces an immediate download and hot-load of a specific project.
- /koda reload <project_id> - Reloads an already running Koda project.
- /koda status - Pings the cloud compiler to check connection health.
- /koda unlink - Safely disconnects your server and unloads all hot-loaded scripts.
Getting Started
- Create a free account at koda.cx.
- Drop KodaBridge.jar into your test server's plugins folder.
- On the Koda dashboard, go to the Bridge tab and click Generate API Key to generate a key.
- In-game, type /koda link <your-key>.
- Start building!