Skript-reflect
: Register your own custom events, expressions, conditions, and effects using Skript code.
: Allows you to access values from events using reflection, which is useful when Skript doesn't natively support a specific event value. skript-reflect
: Load third-party .jar files by placing them in the plugins/skript-reflect/ folder, allowing you to use external APIs not typically available to Skript. : Register your own custom events, expressions, conditions,
: Create dynamic options that derive their values from variables or other dynamic sources at runtime. : Register your own custom events
: Includes sections for running code blocks asynchronously to improve performance. Key Concepts
: Access almost any Java class, field, method, or constructor directly from a script.
