Skip to main content

Installing

Installing InfinityExpansion2 is similar to installing any other Slimefun addon.

Download the plugin from one of the builds site:

Then, place the downloaded jar file into the plugins folder of your server. Restart the server to load the plugin.

Specify maven central repository

By default, InfinityExpansion2 downloads required libraries from Maven Central. However, in some regions, the connection to Maven Central may be slow or blocked. You can specify a mirror repository by adding the following argument to the JVM arguments:

-DcentralRepository=https://repo1.maven.org/maven2/

Make sure to replace the URL with the mirror repository you want to use.

info

You can also download the libraries manually and place them in the plugins/InfinityExpansion2/libraries folder, if you know how to do it.