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
See https://github.com/SkriptLang/skript-reflect/releases/tag/v2.6.2 for the full changelog.
See https://github.com/SkriptLang/skript-reflect/releases/tag/v2.6.1 for the full changelog.
skript-reflect 2.6 - Support for Skript 2.10.0
skript-reflect now supports Skript 2.10.0! No major changes have occurred, but please see below for the changes regarding the supported versions and requirements.
As always, report any issues to our issues page.
Happy Skript-reflecting!
Changelog
Version Support
skript-reflect now requires Skript 2.10.0 or newer.
That means you must be using Java 17 or newer and Minecraft 1.19.4 or newer.
Bug Fixes
- #123 Fixes an issue where an error could occur when using the 'raw expression' expression.
- #130 Fixes an issue where the plugin fails to load on 2.10.0.
Click here to view the full list of commits made since 2.5.1
Notices
Help Us Test
We have an official Discord community for beta testing new SkriptLang features and releases. We appreciate all the testers who helped us test this release!
As always, if you encounter any issues or have some minor suggestions, please report them at https://github.com/SkriptLang/skript-reflect/issues.
If you have any bigger ideas or input for the future of skript-reflect, you can share those too at https://github.com/SkriptLang/skript-reflect/discussions.
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: