> For the complete documentation index, see [llms.txt](https://wiki.bg-software.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bg-software.com/superiorskyblock/overview/javascript-engine.md).

# Javascript Engine

{% hint style="success" %}
This process is done automatically by the plugin after versions 1.8.1.360
{% endhint %}

If you want to use Java 15 and you want to use SuperiorSkyblock as well, you must download an external scripts engine. The script engine is used for various of things in the plugin, including calculation of levels, for missions and more.

## How to install an external scripts engine?

There are multiple different script engines available, but this tutorial will be focused on Nashron Engine. This is the default and most common engine to use. You may find a link to its github [here](https://github.com/BG-Software-LLC/SuperiorSkyblock2-NashornEngine/).\
You may find more information about the other scripts under the [addons page](/superiorskyblock/overview/addons.md).

{% hint style="info" %}
Note: If you choose to use GraalVM Engine, make sure you have GraalVM set up correctly!
{% endhint %}

### First Step: Download the engine jar

First of all, download your wanted scripts engine. You may find builds to all of our script-engines on our [Jenkins page](https://hub.bg-software.com/job/SuperiorSkyblock%20Addons/).

![](/files/Lx6FUGbAVuEUoMAH2b3Q)

### Second Step: Add the engine to your modules folder

After you downloaded the jar, you need to move it to the modules folder. This process is similar to the process of installing a regular plugin! Simply take the jar and drag it to your modules folder under SuperiorSkyblock's folder.

![](/files/-Ml1iIAeab5jNPYNF9XD)

### Last Step: Start your server!

This is the last step - simply start your server again! The plugin will load the module and set up everything for you! If you get into trouble or something doesn't work for you, make sure you contact us on out [discord server](https://bg-software.com/discord/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.bg-software.com/superiorskyblock/overview/javascript-engine.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
