skript-reflect
2.x
2.x
  • skript-reflect
  • Getting Started
  • Basics
    • Reading Javadocs
    • Importing classes
    • Running Java code
    • Handling events
    • Utilities
  • Advanced
    • Error handling
    • Loading external libraries
    • Custom syntax
      • Effects
      • Conditions
      • Expressions
      • Events
    • Computed Options
    • Reflection
      • Proxies
      • Sections
    • Experiments
  • Code Conventions
  • Frequently Asked Questions
Powered by GitBook
On this page

Was this helpful?

Getting Started

Previousskript-reflectNextBasics

Last updated 4 years ago

Was this helpful?

Installation

  1. Download the latest skript-reflect.jar from GitHub

  2. Move skript-reflect.jar to your plugins/ folder

  3. If you have third-party libraries you would like to use (that are not Bukkit plugins),

Tip: Enable effect commands in Skript's config! Effect commands make it extremely easy to prototype and test Skript code, which can be especially useful when working with skript-reflect.

follow the steps outlined here.