1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon skript-mirror 0.19.1

Natural reflection utilities for Skript

  1. skript-mirror 0.14.0

    btk5h
    • Fix issues with object wrappers
    • Remove the stack trace expression
    • Restrict import aliases to valid Java identifiers
    • Remove multiple as a synonym for plural/non-single
    • Fix try expressions not being converted correctly
    • Fix parse sections being parsed multiple times
    • Fix an NPE with nullable expressions in parse sections
    • Start localization
    • Allow the spread expression to spread streams
    • Register custom syntax earlier so that they can be used recursively
    • Wrap...
    Goetheus, it_twit and Getreidemonster like this.
  2. skript-mirror 0.12.1

    btk5h
    ⚠️ Breaking Changes
    • type is no longer a synonym for class
    • the last java error now returns the actual error object instead of the message
    • Add a section for intercepting the initialization of custom syntax at parse-time (#26)
    • Add a conditional continue utility for conditions and effects (#45)...
    Goetheus, sklake and it_twit like this.
  3. skript-mirror 0.11.1

    btk5h
    ⚠️ Breaking Changes
    As each issue closes one-by-one, skript-mirror gets closer and closer to a stable release! While we're making a lot of changes that should improve the developer experience, it's important to note that some of those changes are not backward-compatible. Please sit tight while things stabilize!

    • Replace the old import system with a new script-local expression-based system.
    • Make property expressions and conditions operate on single...
  4. skript-mirror 0.10.0

    btk5h
    ⚠️ Breaking Changes
    skript-mirror is getting closer to a stable 1.0 release! We're using these last few 0.X releases to do any necessary breaking changes while we still can.

    This update introduces some massive changes that will break all existing custom syntax declarations. Thankfully, custom syntax in this version is effectively final and will not see any breaking changes in the future.

    • Custom syntax declarations have been completely overhauled and look...
  5. skript-mirror 0.9.0

    btk5h
    ⚠️ Breaking Changes
    • Syntax for continue changed to return [%-objects%] (#30)
    • Syntax for null changed to null
    • Add experimental support for implementing interfaces
    • Add custom conditions
    • Add an expression for getting a raw expression from a custom expression
    • Preserve null during casting (#10)
    • Improve error...
    it_twit, Goetheus and bertek41 like this.
  6. skript-mirror 0.8.3

    btk5h
    ⚠️ Breaking Changes
    • Change modes now start with "to "
    • Fix the index of expressions displayed in toString()
    Goetheus and KingAlterIV like this.
  7. skript-mirror 0.8.2

    btk5h
    • Add missing parser mark expression
    • Add missing regex expression
    • Fix issues with passing event-dependent expressions to custom syntax
  8. skript-mirror 0.8.0

    btk5h
    • Fix an NPE when a method or field is called on nothing (#11)
    • Fix error propagation during lookups (#12)
    • Create separate expressions for tracking errors (#17)
    • Add experimental custom syntax support
  9. skript-mirror 0.7.1

    btk5h
    • Check for the existence of the plugin folder before attempting to load libraries (#7)
    Goetheus likes this.
  10. skript-mirror 0.7.0

    btk5h
    ⚠️ Breaking Changes
    • Event priorities now use Bukkit's event priority names instead of numbers
    • Allow the spread expression to spread iterables and iterators
    • Fix casting to java types for older versions of Skript (#5)
    • Load external libraries from skript-mirror's plugin folder (#6)
    • Allow the spread expression to...
    it_twit and Goetheus like this.