Skip to content

A Spigot plugin that implements the Slime Region Format.

License

Notifications You must be signed in to change notification settings

NyaWorld/Advanced-Slime-World-Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Slime World Manager Build Status

ASWM is a fork of Slime World Manager 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

ASWM releases can be found here.

Using SWM in your plugin

Maven

<repositories>
  <repository>
    <id>rapture-snapshots</id>
    <url>https://repo.rapture.pw/repository/maven-snapshots/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.grinderwolf</groupId>
    <artifactId>slimeworldmanager-api</artifactId>
    <version>INSERT LATEST VERSION HERE</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

Gradle

repositories {
    maven { url = 'https://repo.rapture.pw/repository/maven-releases/' }
    maven { url = 'https://repo.rapture.pw/repository/maven-snapshots/' }
}

dependencies {
    compileOnly 'com.grinderwolf:slimeworldmanager-api:INSERT LATEST VERSION HERE'
}

Javadocs

Javadocs can be found here.

Wiki Overview

Credits

Thanks to:

  • All of the contributors that actively maintain ASWM.
  • Paul19988 ASWM Creator.
  • ComputerNerd100 Large Contributor & Maintainer.
  • b0ykoe Provider of Build services & repos.
  • Owen1212055 Large Contributor & Maintainer.
  • Gerolmed Contributor & Maintainer.

--

  • All the contributors who helped us by adding features to SWM.
  • Grinderwolf Original Creator.
  • Glare for providing the original 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

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.0%
  • Kotlin 2.0%