Skip to content

SWM for 1.16.4, may add the other version support back later but this fork only supports 1.16.4.

License

Notifications You must be signed in to change notification settings

kiwimcpl/SlimeWorldManager

 
 

Repository files navigation

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:

  • All the contributors who helped me by adding features to SWM.
  • Glare for providing me with a Maven repository.
  • Minikloon and all the Hypixel team for developing the SRF.

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

About

SWM for 1.16.4, may add the other version support back later but this fork only supports 1.16.4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%