See https://github.com/InfernalSuite/AdvancedSlimePaper for more updates
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.
ASWM releases can be found here. More recent releases can be found in the Discord under the #new-builds channel.
<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>
repositories {
maven { url = 'https://repo.rapture.pw/repository/maven-snapshots/' }
}
dependencies {
compileOnly 'com.grinderwolf:slimeworldmanager-api:INSERT LATEST VERSION HERE'
}
If you run into any Flow-NBT errors when building your project, add the additional repository: https://repo.rapture.pw/repository/maven-releases/
The Javadocs can be found here.
- Plugin Usage
- Configuration
- SWM API
- Other
Thanks to:
- All the contributors that actively maintain ASWM and added features to SWM.
- Paul19988 - ASWM Creator.
- ComputerNerd100 - Large Contributor & Maintainer.
- b0ykoe - Provider of build services & repositories.
- Owen1212055 - Large Contributor & Maintainer.
- Gerolmed - Contributor & Maintainer.
- Grinderwolf - The original creator.
- Glare - Providing the original Maven repository.
- Minikloon and all the Hypixel team for developing the SRF.
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.