Addons

Here you can find some addons that were made using the API of the plugin. You can find the API here.

If you want your addon to be featured here, feel free to contact me on our Discord Server.

SlimeWorldManager Addon

This addon adds the ability to create islands in different worlds that are managed with SlimeWorldManager. SlimeWorldManager gives you the ability to create worlds that are saved with the slime format - a file format that was designed by the Hypixel team to handle worlds easier and better in large scales. The slime worlds are used for small worlds (mainly for minigames) which don't have a lot of chunks to be loaded for them to work. You can find more about the format here. You can find the addon, the source code and the release files on its github page.

OneBlock Addon

OneBlock is an addon for the default skyblock plugin which changes the gameplay by a lot. Instead of spawning on an island with a regular schematic, you get only one block that re-generates itself when breaking it. Everytime you break that block, a new block is generated with a different materials. The goal is to go through the phases of the plugin, until you unlock the end world. You can find a series about this gametype here. You can find the addon, the source code and the release files on its github page.

Setting up OneBlock

When using the OneBlock addon, you still to configure SuperiorSkyblock2 as necessary. This means you will need to change your schematics (you don't want regular islands for OneBlock do you?) as well as any other configuration files to fit your OneBlock experience to your liking. The central block of your schematic will be the generating block (your 'one' block) so keep this in mind when creating new schematics.

Players still need to use the /is create <name> [schematic] command to create their OneBlock island - this can be configured in the settings.

AcidIslands Addon

AcidIslands is an addon for the default skyblock plugin which changes the gameplay by a lot. Instead of spawning in a world with air and a floating island, you get spawned in the middle of the ocean with a small island you can play on. However, the water is deadly and you can die by touching it! You can find the addon, the source code and the release files on its github page.

Custom Script-Engines Addons

In java 15 or later, Orcale removed Nahsorn Javascript engine from the JDK. It means that the plugin cannot use Javascript to execute some scripts given in some places (for example, required checks for missions, island missions success check, levels to worth formula and so on). The following addons can be added to fix the issue. In order to install them, simply drag the jar to the modules folder of the plugin. If you can't find it, make sure you update to latest dev build.

Nashron Engine

This is a standalone version of the Nashorn engine. In other words, this is the same engine that used to be in Java. You can find the addon, the source code and the release files on its github page.

Rhino Engine

This is a standalone version of the Rhino engine. In other words, this is another implementation of a Javascript engine. You can find the addon, the source code and the release files on its github page.

GraalVM Engine

This is an addon that uses the GraalVM engine. You must have GraalVM working and running correctly in order to use this. You can find the addon, the source code and the release files on its github page.

Last updated