skript-reflect
skript-reflect copied to clipboard
Powerful reflection utilities for Skript.
**Is your feature request related to a problem? Please describe.** I have a function that loads stuff from a file and each line can throw some sort of exception. I...
skript-reflect does not work for 1.20.6
``` import: ch.njol.skript.command.Commands as AllCommands org.bukkit.command.PluginCommand on load: set {_commands::*} to ...AllCommands.getCommandMap().getCommands() delete {_all::*} set {_remain} to size of {_commands::*} loop {_commands::*}: send "&c1 - %{_remain}%: %loop-value%" to "MyName" parsed...
**Is your feature request related to a problem? Please describe.** When running a section, say, with 2 inputs and you provide a null input as the first one, an AIIOB...
**Is your feature request related to a problem? Please describe.** Can't use local functions with the function reference expression **Describe the solution you'd like** Add local function support
Aims to add an easy to to see if an expression accepts a changemode
Make EffReturn be ignored if not in correct section. Currently skript-reflect will override Skript's own EffReturn. Even when in a function Structure. To avoid this, and any other possible causes,...
**Describe the bug** You can't do anything in parse section. Variables isn't saved to use it in check section, you cant get literals and e.t.c **To reproduce** ``` event "custom_event":...
In general, at the time of declaring a custom event, you can specify whether the skript should process this event only synchronously. ex: ``` custom event "evt" pattern: "my_evt" sync-only:...
**Describe the bug** A clear and concise description of what the bug is. The Vector class(org.bukkit.util.Vector) 's random XYZ value, which contains decimal, becomes an integer value permantly. Which value...