Skip to content

brandonwamboldt/Slime-World-Manager

 
 

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

A Spigot plugin that implements the Slime Region Format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%