Project support dropped check out ASWM
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.
NO DOWNLOADS FOR E-SWM AVAILEABLE YET
Legacy* SWM releases can be found here.
(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>
repositories {
maven { url "https://repo.andrei1058.com/releases/" }
}
dependencies {
compileOnly group: "com.grinderwolf.eswm", name: "eswm-api", version: "INSERT LATEST VERSION HERE";
}
Not visible on pages yet
- Plugin Usage
- Configuration
- E-SWM API
- FAQ
Thanks to:
- Everybody who contributed and made this work <3
- Grinderwolf who created the old SWM.
- Minikloon and all the Hypixel team for developing the SRF.