
Coder
Coder: A Powerful Minecraft Scripting Plugin, lightweight and features multi-language support (Python, Lua, Java | Jython, LuaJ, JVM).
Оцените первым
99
1
Список изменений
Coder v2.1.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 2.1.3
- Upgraded Java Loading Method:
- Removed ScriptInterface entirely and Added Loading Support.
- Fixed ConfigManager:
- To access the new working config, please delete your old config.yml to make the plugin generate the brand new config.yml.
🛠 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.
- Java Code Loading: Load Java Code On To Memory To Keep It Active
- Organized Cache Folder: All runtime compiled
.classfiles are now insideCoder/JavaClass/Runtime/and for the loaded.classfiles are placed onCoder/JavaClass/Loaded/. - User Execution Control: Even if your code is
.java,.py, or.luayou cannot escape the UEC. UEC protects your system.
📖 Quick Start
Place all your files in the following directory:
| Language | Path |
|---|---|
| All Scripts | /plugins/Coder/scripts/ |
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.
⚙️ config.yml
# =====================================================
# = Coder Plugin Configuration File
# = Made By FireSmasher.
# =====================================================
# = Web: https://codestuff.pages.dev
# = Github: https://github.com/firesmasher-c6/Coder
# = Modrinth: /plugins/coder
# =====================================================
# Main Plugin Settings
plugin:
# Enable or disable the entire plugin
enabled: false
# Supported Languages - Set to true to enable, false to disable
languages:
# Enable Python script execution (.py files)
python: true
# Enable Lua script execution (.lua files)
lua: true
# Enable Java script compilation and execution (.java files)
java: true
# Command Settings
# Enable or disable specific commands
# Defaults to true if not specified
commands:
coder:
# /coder run <file> - Execute Python, Lua, or Java scripts
run: true
# /coder load <file.java> - Load and execute a Java class into memory
load: true
# /coder unload <classname> - Unload a Java class from memory
unload: true
# /coder reload [file] - Reload plugin, config, or specific script
reload: true
# /coder update - Check for plugin updates
update: true
# /coder update-jar - Download and install latest plugin version
update-jar: true
# /coder confirm - Confirm execution of a script with dangerous imports
confirm: true
# /coder cancel - Cancel execution of a pending dangerous script
cancel: true
# Logging Settings
Logs:
# Log general script execution errors to Logs/Error-Logs/
errors: true
# Log Java compilation errors to Logs/JavaCompile-Errors/
compile-errors: true
Файлы
Coder-2.1.3.jar(46.06 MiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
2.1.3
Загрузчики
PaperPurpur
Версии игры
1.21–26.2
Загрузок
1
Дата публикации
24.06.2026
