Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/SkriptLang/skript-reflect
- Owner: SkriptLang
- License: mit
- Created: 2020-05-21T09:29:00.000Z (over 4 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-08-16T03:47:38.000Z (6 months ago)
- Last Synced: 2024-10-30T05:42:54.527Z (3 months ago)
- Topics: skript
- Language: Java
- Homepage:
- Size: 1 MB
- Stars: 64
- Watchers: 10
- Forks: 19
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - SkriptLang/skript-reflect - Powerful reflection utilities for Skript. (Java)
- awesome - SkriptLang/skript-reflect - Powerful reflection utilities for Skript. (Java)
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