Slime World Manager is a Minecraft plugin that implements the Slime Region Format, developed by the Hypixel Dev Team. Its goal is to provide server administrators with an easy-to-use tool to load worlds faster and save space.
SWM releases can be found here.
<repositories>
<repository>
<id>glaremasters</id>
<url>https://repo.glaremasters.me/repository/concuncan/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.grinderwolf</groupId>
<artifactId>slimeworldmanager-api</artifactId>
<version>INSERT LATEST VERSION HERE</version>
</dependency>
</dependencies>
repositories {
maven { url "https://repo.glaremasters.me/repository/concuncan/" }
}
dependencies {
compileOnly group: "com.grinderwolf", name: "slimeworldmanager-api", version: "INSERT LATEST VERSION HERE";
}
Javadocs can be found here.
Thanks to:
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler and YourKit YouMonitor.