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

Getting Started

Previousskript-mirrorNextBasics

Last updated 6 years ago

Installation

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

  2. Move skript-mirror.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-mirror.

follow the steps outlined here.