Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
Coder Plugin
The Most Powerful Scripting Minecraft Plugin, lightweight modern plugin 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/Lua execution and a custom-built, simple syntax parser, Coder gives you full control over your server environment.
🚀 Features
- Native Execution: Execute real Java and Lua/Python code directly from your server.
- Lightweight: No heavy dependencies.
- Load to Memory: Load your scripts to your Server's Memory, ensuring that your scripts stay active.
- Real Java Syntax Execution: Who needs implementing the ScriptInterface just to get an error? Coder lets you execute real java syntaxes and methods, or alternatively use Bukkit imports.
- VersionManager: One tap Auto Update.
- User Execution Control: Blocks malicious and system terminal access.
📥 Installation
- Drop the
Coder.jarinto your/pluginsfolder. - Start the server to generate the folder structure.
- Place your scripts in the corresponding folders:
/plugins/Coder/scripts/(Scripts)
📖 Documentation
For a full guide on how to write scripts and use commands, see the User Guide.
⚠️ Security Warning
Because Coder allows native Python and Java execution, only allow trusted administrators to manage files in the /scripts/ directory, as these have full access to system commands.


