CodeDSL 2.3.1
·
3 commits
to CodeDSL-2.3.1
since this release
CodeDSL v2.3.1
A Skript-like DSL for the Coder plugin ecosystem.
Features
- Custom Syntax: Write
.cdfiles with familiarcommand /...andtrigger:syntax. - Dynamic Loading: Hot-reload scripts using `/codedsl configreload.
- Command Interception: Redirects
/coder run <script>to your DSL processor. - File Management: Auto-generates
examples/andvariables/directories upon first boot. - Auto-Download/Update: Auto Downloads the latest version of CodeDSL after
/codedsl updateand/codedsl confirm.
Installation
- Drop
CodeDSL.jarinto yourplugins/folder. - Ensure the
Codercore plugin is installed. - 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