# Coder v1.9.3
**The Most Powerful Scripting Minecraft Plugin Allowing In Use Of Java, Lua, And Python.**
Coder allows you to create and execute **.py, .java, and .lua** files.
---
## What's New in 1.9.3
* **Upgraded Java Compiling Method:**
* **Lets you EXECUTE real JAVA methods and syntaxes. Doesnt need you to implement ScriptInterface anymore.**
* **Auto-Download:**
* **Do `/coder update-jar` to download the latest version.**
---
## Features
* **Multi-Language Native Execution:** Execute **Java, Python and Lua** directly from your server.
* **Unified Workspace:** Keep all your automation files organized in one place.
## Quick Start
Place all your files in the following directory:
### Command Usage
* `/coder run <filename>` - Executes the specified script.
* `/coder reload <filename>` - Reloads the specified script configuration.
* `/coder load <filename>` - Loads the specified script to the Server Memory.
* `/coder unload <filename>` - Unloads a loaded script from the Server Memory.
* `/coder cancel` - cancels UEC detected script.
* `/coder confirm` - run a UEC detected script.
* `/coder update` - fetches the latest version, download link from the official website.
* `/coder update-jar` - Downloads the latest version of the plugin.