Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

endrealm/Enhanced-Slime-World-Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project support dropped check out ASWM

Enhanced Slime World Manager Release CI

Legacy Slime World Manager Discord:

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.

Enhanced Slime World Manager is a maintained and improved fork of the original slime world manager. Projects based on the original project will not directly be compatible, but can easily be converted.

Releases

NO DOWNLOADS FOR E-SWM AVAILEABLE YET

Legacy* SWM releases can be found here.

Using E-SWM in your plugin

Maven

(No releases yet, but you can use the snapshots repo: https://repo.andrei1058.com/snapshots)

<repositories>
  <repository>
    <id>eswm-repo</id>
    <url>https://repo.andrei1058.com/releases</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.grinderwolf.eswm</groupId>
    <artifactId>eswm-api</artifactId>
    <version>INSERT LATEST VERSION HERE</version>
  </dependency>
</dependencies>

Gradle

repositories {
    maven { url "https://repo.andrei1058.com/releases/" }
}

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

Javadocs

Not visible on pages yet

Wiki Overview

Credits

Thanks to:

About

A Spigot plugin that implements the Slime Region Format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%