Skip to content

Maintained and updated 1.8 variant of SlimeWorldManager utilizing the Slime format made by @HypixelDev

License

Notifications You must be signed in to change notification settings

Swofty-Developments/Continued-Slime-World-Manager

Repository files navigation

Continued Slime World Manager

Continued Slime World Manager is a 1.8.x variant of Slime World Manager which is intended to continue on with the development and maintenance. Its goal is to provide server administrators with an easy-to-use tool to load worlds faster and save space.

This only supports 1.8?

Correct, this is at the core of this continuations design. For versions 1.17 and above we highly recommend Paul19988's Advanced Slime World Manager, which is maintained by in large by Paul, a newly hired Hypixel administrator as of mid 2023.

Releases

Releases are auto deployed on push onto the GitHub releases page which can be found here. Updates are also periodically sent within my discord server located at discord.gg/atlasmc.

Using CSWM in your plugin

Maven

<dependencies>  
  <dependency>  
    <groupId>net.swofty</groupId>  
    <artifactId>swoftyworldmanager-api</artifactId>  
    <version>INSERT LATEST VERSION HERE</version>  
  </dependency>  
</dependencies>  

Gradle

dependencies {
    implementation 'net.swofty:swoftyworldmanager-api:INSERT LATEST VERSION HERE'
}

Javadocs

Javadocs can be found here.

Wiki Overview

Credits

Thanks to:

  • All the contributors who helped this project by adding features to SWM.
  • Minikloon and all the Hypixel team for developing the SRF.
  • Myself and any other contributors which can be viewed on this Git page.

About

Maintained and updated 1.8 variant of SlimeWorldManager utilizing the Slime format made by @HypixelDev

Resources

License

Stars

Watchers

Forks

Languages