skript-reflect by SkriptLang
Reflection utilities for Skript
Events
0
Expressions
0
Effects
0
Conditions
0
Types
0
Sections
0
Structures
0
Total
0
Reflection utilities for Skript
Events
0
Expressions
0
Effects
0
Conditions
0
Types
0
Sections
0
Structures
0
Total
0
skript-reflect 2.5.1
This is an emergency release to fix a critical issue with 2.5. The fix has been backported to the GitHub 2.5 release jar, but it is recommended to use the 2.5.1 jar instead. Our apologies for letting this bug slip through.
As always, report any issues to our issues page.
Happy Skript-reflecting!
Changelog
Changes
skript-reflect 2.5
skript-reflect 2.5 is here with support for Skript 2.9.0. No major changes have been made, but 2.5 now requires Java 11 to run, as well as Skript 2.9.0 (or newer). Users with older Skript versions should continue to use reflect 2.4.
As always, report any issues to our issues page.
Happy Skript-reflecting!
Changelog
Changes
skript-reflect 2.4
skript-reflect 2.4 is here with compatibility for the newest versions of Skript! Even more exciting, this is the first skript-reflect release officially under SkriptLang. We are excited to continue development of this important addon.
As always, report any issues to our issues page.
Happy Skript-reflecting!
Changelog
Additions
This version of skript-reflect requires Skript 2.6.1 (or above)
Bug fixes, improvements to proxies and (primitive) arrays, more improvements.
Changelog:
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:
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 compatible
- Fix Java call descriptor parsing
- Change some warning prefixes
- Improve Java call errors
- Improve Java 16 compatibility
Additions:
- Added a class reference expression: https://tpgamesnl.gitbook.io/skript-reflect/basics/utilities#class-reference
- Added a simple warning if an import has an alias that's not needed
Fixed parsing issues with some expressions:
Fixed:
This addon is a fork of skript-mirror, and comes with a bunch of bug fixes and new features.
Some of the important bug fixes and features: