Hot Summer Deals are Here!
Celebrate with up to 99% off on 16,900 resources
04
Days
03
Hours
59
Mins
03
Secs

Recent content by vansencool

  1. vansencool

    Lumen | Modern Scripting Platform - Lumen 1.2.0-BETA

    Changelog This release includes major internal rewrites and multiple breaking changes. If you already have existing scripts, they may require updates before working correctly on this version. Breaking Changes Type System Overhaul The type system has been fully redesigned. Exact types are now...
  2. vansencool

    Lumen | Modern Scripting Platform - Lumen 1.1.0 (Combined with 1.0.9)

    Changelog - Lumen 1.1.0 (Combined with 1.0.9) This release combines changes from the unreleased 1.0.9 and includes a large set of improvements, fixes, and internal refactors. Breaking Changes A much larger breaking change is planned for the next release. It will likely break around 90% of...
  3. vansencool

    Lumen | Modern Scripting Platform - Release: 1.0.8-BETA

    Bug Fixes Scripts now properly disable on plugin disable (https://github.com/LumenLang/lumen/commit/4758aabb2e33bfffe2f593c3e5f13074323dea49). API Changes Injectable handlers (https://github.com/LumenLang/lumen/pull/17) Injectable handlers allow writing real Java code (via lambdas or static...
  4. vansencool

    Lumen | Modern Scripting Platform - Code Transformers

    This version adds code transformers. They can statically remove, replace, or add lines of code, and can be enabled through the config.
  5. vansencool

    Lumen | Modern Scripting Platform - Small improvements

    This release fixes minor bugs and improves the overall API.
  6. vansencool

    Lumen | Modern Scripting Platform - Remove implicit argument support and refactor type system

    Breaking Changes Support for implicit arguments has been removed. Previously, it was possible to omit certain arguments, for example: message "Test" You must now explicitly provide the variable: message player "Test" This change improves determinism in pattern matching and simplifies tooling...
  7. vansencool

    Lumen | Modern Scripting Platform v1.2.0-BETA

Top