Skript-reflect

: Includes sections for running code blocks asynchronously to improve performance. Key Concepts

: Create dynamic options that derive their values from variables or other dynamic sources at runtime. skript-reflect

: Use the import: block at the top of your script to reference Java classes by their simple names instead of full package paths (e.g., java.lang.System ). : Includes sections for running code blocks asynchronously

: 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. or constructor directly from a script.

: Access almost any Java class, field, method, or constructor directly from a script.

Go to Top