cijaaimee / Slime-World-Manager

A Spigot plugin that implements the Slime Region Format.
GNU General Public License v3.0
259 stars 170 forks source link
bukkit craftbukkit minecraft spigot spigotmc

Slime World Manager Build Status

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.

Releases

SWM releases can be found here.

Using SWM in your plugin

Maven

<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>

Gradle

repositories {
    maven { url "https://repo.glaremasters.me/repository/concuncan/" }
}

dependencies {
    compileOnly group: "com.grinderwolf", name: "slimeworldmanager-api", version: "INSERT LATEST VERSION HERE";
}

Javadocs

Javadocs can be found here.

Wiki Overview

Credits

Thanks to:

YourKit

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.

YourKit