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-reflect 2.3

Reflection utilities for Skript

  1. Now requires Skript 2.6.1

    TPGamesNL
    This version of skript-reflect requires Skript 2.6.1 (or above)

    Bug fixes, improvements to proxies and (primitive) arrays, more improvements.

    Changelog:
    • Fix Java calls to some caller sensitive methods
    • Added more warnings and errors at parsetime
    • Improve (primitive) array handling
    • Added new array expression
    • Fix NPE when attempting to use undefined changer on custom expression
    • Improve proxies:
      • Call default method if no implementation...
    Samuelpc180 likes this.
  2. Bug fixes and improvements

    TPGamesNL
    Note:
    skript-reflect will stop supporting Skript versions below 2.6 when a stable Skript 2.6 version is released. This means that this could be the last skript-reflect version that supports 2.5.3 and 2.2-dev36.

    Changelog:
    • Fix declaringClass NPE
    • Improve Java call errors with difference between static and non-static
    • Allow primitives in class literal expression
    • Improve inner class import system, for example set {_phase} to...
    Samuelpc180 likes this.
  3. Skript 2.6 / MC 1.17 support

    TPGamesNL
    Fixes:
    - Fix the run section effect not storing a result
    - Fix #34
    - Fix #37
    - Fix the event expression not returning the right event
    - Fix events not being marked as delayed at runtime
    - Make skript-reflect compatible with Skript 2.6
    - Fix #39
    - Make compiling output jar always Java 8...
    Samuelpc180 likes this.
  4. Bug fixes

    TPGamesNL
    Fixed parsing issues with some expressions:
    • Matched pattern expression
    • Parse mark expression
    • Expr-n expression
    • Parse regex expression
    Fixed issue with local variables being deleted after running sections.
  5. Fixes and features

    TPGamesNL
    Fixed:
    • Fixed setting raw expression to multiple values.
    • Fixed local variables being deleted with delayed effects.
    • Fixed NPE for varargs methods with a single given argument.
    • Fixed startup error on 1.13 and 1.14.
    • Fixed reflective events firing twice.
    • Fixed NPE with expression-expression where the number is higher than allowed by the pattern.
    • Fixed syntax conflict with MundoSK custom events.
    • Fixed matched pattern expression and return effect being initiated when...
    Samuelpc180 and Ayham Alali like this.