Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SkriptLang/skript-reflect

Powerful reflection utilities for Skript.
https://github.com/SkriptLang/skript-reflect

skript

Last synced: 2 months ago
JSON representation

Powerful reflection utilities for Skript.

Awesome Lists containing this project

README

        

# skript-reflect

This fork of [skript-mirror](https://github.com/btk5h/skript-mirror) aims to fix
multiple issues that I believe have been present for too long, and implement some long-wanted features.

Documentation: https://tpgamesnl.gitbook.io/skript-reflect

Source code: https://github.com/TPGamesNL/skript-reflect

Downloads: [releases](https://github.com/TPGamesNL/skript-reflect/releases) or
[actions](https://github.com/TPGamesNL/skript-reflect/actions?query=event%3Apush+is%3Asuccess+actor%3ATPGamesNL) \(not stable\)

Discord: https://discord.gg/jDW8UbD

## What's been changed in this fork:
* Added custom events
* Support for more Java versions \(Java 13+, OpenJ9\)
* Support for listening to asynchronous events
* Class proxy fixes + documentation
* Fixed multiple issues with local variables
* \+ much more