# Installation.

SimpleSK is a Skript API, so obviously it requires the Minecraft plugin by the name of Skript. Installing it is quite simple.

### Installing Skript

1. Download the latest Skript version. We recommend Bensku's fork at [this link](https://github.com/SkriptLang/Skript/releases).&#x20;
2. Put the jar file of the version you downloaded into your Minecraft server's "plugins" folder.
3. Restart the server, and it will generate a folder named "Skript" inside of the plugins folder. Inside of the "Skript" folder is the "scripts" folder. That will be important later.

### Installing Skript-Mirror

SimpleSK requires an a Skript addon (plugin which depends on Skript and provides more functionality using Skript) named skript-mirror. The skript-mirror installation page is at [this link](https://skript-mirror.gitbook.io/docs/getting-started). The download link for it is at [this link](https://github.com/btk5h/skript-mirror).

### Installing SimpleSK

To install SimpleSK, you need to go into the folder "plugins/Skript/scripts". That means, go to the plugins folder, then choose the Skript folder inside of the plugins folder, and choose the scripts folder. Then, you need to download SimpleSK at [this link](https://forums.skunity.com/resources/simplesk.756/download?version=1801). Put the SimpleSK.sk folder in that "scripts" folder.&#x20;

The next step is optional, but we recommend you rename SimpleSK.sk into AA-SimpleSK.sk so that it loads before all of your other scripts.

Then, do /skript reload SimpleSK.sk and you can now use SimpleSK in your server!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://corman.gitbook.io/simplesk/installation..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
