The
SimplixCore contains LightningStorage as a library.
If you install it as a plugin on your server you won't need to shade LightningStorage into your jar-file.
1: Download SimplixCore and install it on your server:
Spigot
BungeeCord
2) Put the this into your pom.xml file:
1. Place this in your repository-section:
Code (Text):
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
2. Place this in your dependency-section:
Code (Text):
<dependency>
<groupId>com.github.KotlinFactory</groupId>
<artifactId>LightningStorage</artifactId>
<version>3.1.9</version>
<scope>provided</scope> <!-- Must be provided since we want to use it from the SimplixCore!-->
</dependency>