
Coder
Coder: A Powerful Minecraft Scripting Plugin, lightweight and features multi-language support (Python, Lua, Java | Jython, LuaJ, JVM).
Список изменений
Coder 1.2.0
A modern, lightweight "Skript-like" 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 execution and a custom-built, simple syntax parser, Coder gives you full control over your server environment.
🚀 Features
Modern Syntax: A clean, "Modern Skript" language designed for readability.
Native Execution: Not just scripts—execute real Java and Python code directly from your server.
Lightweight: No heavy dependencies. Coder is built to be fast and efficient.
Custom DSL: Define your own commands (cmd), permissions (perm), variables (var), and custom triggers with a simple, file-based approach.
Modular: Separate your variables into .code files and your logic into .script files for maximum organization.
🛠 Supported Languages & Formats
Custom Syntax (.script): Easy-to-read triggers for cmd, print, express-link, and more.
Python: Execute your own .py scripts via ProcessBuilder.
Java: Compile and run Java code dynamically at runtime.
⚙️ Compatibility
Coder is built on the standard Spigot/Bukkit API, ensuring broad compatibility with:
Paper, Purpur, Spigot, Leaf, Leaves, DivineMC
Note: Folia support is currently experimental.
📂 Installation
Drop the Coder-1.2.0.jar into your /plugins folder.
Start the server to generate the directory structure.
Place your scripts in /plugins/Coder/scripts/, /plugins/Coder/Java/scripts/, or /plugins/Coder/Python/scripts/.
Scripts: Use .py for phyton, Use .java for java, Use .script for using the custom skript. Use .code for storing variables on custom skript.
