Skip to content

Coder 1.3.6

Choose a tag to compare

@firesmasher-c6 firesmasher-c6 released this 14 Jun 04:37
d557319

Coder v1.3.6

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.3.6

  • Improved Command System:

    • New syntax: /coder <filename> and /coder unload <filename>.
    • Tab Completion: Press TAB to quickly cycle through available script files.
  • Improved Java Compiling: Keeps ScriptInterface for better stability.

  • User Execution Control: Adds a protective layer that prevents scripts from doing Terminal Commands on bin\sh\ or bin\bash\

  • Coder API: Added Coder API for users who want to make their own Coder Addon.


🛠 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:

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.