Skip to content

CodeDSL 1.9.5

Choose a tag to compare

@firesmasher-c6 firesmasher-c6 released this 18 Jun 12:20
· 2 commits to CodeDSL-1.9.5 since this release
8e20fa8

CodeDSL v1.9.5

A Skript-like DSL for the Coder plugin ecosystem.

Features

  • Custom Syntax: Write .cd files with familiar command /... and trigger: syntax.
  • Dynamic Loading: Hot-reload scripts using `/codedsl configreload.
  • Command Interception: Redirects /coder run <script> to your DSL processor.
  • File Management: Auto-generates examples/ and variables/ directories upon first boot.

Installation

  1. Drop CodeDSL.jar into your plugins/ folder.
  2. Ensure the Coder core plugin is installed.
  3. Restart server to generate default configurations.

Configuration

Customize your script extensions in config.yml:

file-extensions:
  main: ".cd"
  legacy: ".code"
  old: ".cdsl"
  custom: "YOUR_PREFERRED_FILE_EXTENSION_HERE"
scripts:
  auto-load: true