A Powerful Minecraft paper plugin that allows in execution of Real Programming languages such as Lua,Python, and Java.
Coder Plugin
The most powerful, lightweight, and modern scripting engine for Minecraft server automation.
Coder allows you to create custom commands and logic without the bloat of traditional heavy scripting engines. By utilizing native Java, Python, and Lua execution alongside a custom-built, simple syntax parser, Coder gives you full, uncompromised control over your server environment.
π Key Features
- Native Multi-Language Execution: Run authentic Java, Python, and Lua scripts natively directly on your server.
- Zero Bloat & Lightweight: Designed from the ground up to be highly optimized with no heavy or unnecessary dependencies.
- In-Memory Execution: Load scripts directly into your server's memory to keep active listeners, tasks, and background processes running continuously.
- Real Java Syntax Support: Skip implementing rigid interfaces just to get compilation errors. Run authentic Java syntax, call custom methods, and tap directly into native Bukkit/Spigot imports.
- Active User Execution Control (UEC): A robust security layer that intercepts unauthorized scripts and blocks malicious system terminal access.
- VersionManager: Keep your system up to date effortlessly with one-tap auto-updates.
- Graphical Web Interface (GWI): Edit, create, and manage your scripts securely in real-time with a VS Code-like web editor.
- Virtual Console Interface (VCI): Lets you securely run commands via
https://coder-gwieditor.firesmasher.workers.dev/mc-console?=YOUR_TOKEN_HERE.
π‘ GWI Editor Security
The remote GWI Editor is highly secure. Session connections leverage SHA-256 tokens which are mathematically impossible to brute-force or guess. Additionally, every session token automatically expires after 30 minutes of inactivity.
π‘ Virtual Console Interface Security
The custom minecraft console panel blocks /op commands and is secured by SHA-256 Server Password tokens, to disable this feature, you can go to /plugins/Coder/.gwi/secure/serverPassword.env and remove the value of serverPassword=.
π₯ Installation
- Drop the
Coder.jarinto your server's/plugins/folder. - Start (or restart) the server to generate the directory structure.
- Place your scripts in the designated workspace:
/plugins/Coder/scripts/(Scripts)/plugins/Coder/Logs/(Logs)
π Documentation & Guides
For complete API details, scripting tutorials, and command walk-throughs, check out the official documentation:
π Read the User Guide
π‘ Command Reference
Script Management
/coder run <filename>β Executes a specified script./coder load <filename>β Loads and compiles a script directly into Server Memory./coder unload <filename>β Unloads an active script from Server Memory./coder reload <filename>β Reloads a specific script's configuration.
Security & UEC
/coder confirmβ Manually permits a script flagged by the User Execution Control./coder cancelβ Blocks and cancels a script caught by the UEC.
Virtual Console Interface
/coder gen-pass- Generates a unique SHA-256 server password to access/mc-console/.
GWI Web Editor
/coder editor startβ Spawns a secure SHA-256 link to access the GWI Web Editor./coder editor trust <username>β Grants access to a pending connection request./coder editor do-not-trust <username>β Denies access to a connection request./coder editor stopβ Terminates the active GWI Web Editor session immediately.
System & Maintenance
/coder backupβ Triggers an immediate manual backup of your script directory./coder auto-backup-startβ Starts the automated scheduler for background backups./coder auto-backup-stopβ Halts the background backup scheduler./coder reload-configβ Hot-reloads the mainconfig.ymlfile./coder updateβ Checks for updates and retrieves a download link./coder update-jarβ Automatically downloads and replaces the plugin JAR file./coder enable-activity-loggingβ Enables activity logging./coder disable-activity-loggingβ Disables activity logging.
β οΈ Security Warning
Because Coder allows native Python, Java, and Lua execution, only allow trusted administrators to manage files in the /scripts/ directory. Scripts running through Coder have full, native access to system commands and the host environment.
Information
| Category | Developer Tools |
|---|---|
| Published on | June 22, 2026 |
| License | MIT |
| Downloads | 6 |
| Stars | 1 |
| Watchers | 1 |