MCPcopy Index your code
hub / github.com/Swofty-Developments/Continued-Slime-World-Manager

github.com/Swofty-Developments/Continued-Slime-World-Manager @4.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 4.0.1 ↗ · + Follow
379 symbols 1,073 edges 84 files 72 documented · 19% updated 15mo ago4.0.1 · 2024-12-02★ 384 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 288
Class 81
Interface 10

Languages

Java100%

Modules by API surface

swoftyworldmanager-plugin/src/main/java/net/swofty/swm/plugin/SWMPlugin.java16 symbols
swoftyworldmanager-nms/src/main/java/net/swofty/swm/nms/custom/CustomDataManager.java13 symbols
swoftyworldmanager-plugin/src/main/java/net/swofty/swm/plugin/commands/SWMCommand.java12 symbols
swoftyworldmanager-plugin/src/main/java/net/swofty/swm/plugin/loader/loaders/MysqlLoader.java11 symbols
swoftyworldmanager-plugin/src/main/java/net/swofty/swm/plugin/loader/loaders/MongoLoader.java11 symbols
swoftyworldmanager-plugin/src/main/java/net/swofty/swm/plugin/loader/LoaderUtils.java11 symbols
swoftyworldmanager-nms/src/main/java/net/swofty/swm/nms/NMSSlimeChunk.java11 symbols
swoftyworldmanager-api/src/main/java/net/swofty/swm/api/world/properties/SlimePropertyMap.java11 symbols
swoftyworldmanager-api/src/main/java/net/swofty/swm/api/world/SlimeWorld.java11 symbols
swoftyworldmanager-api/src/main/java/net/swofty/swm/api/SlimePlugin.java11 symbols
swoftyworldmanager-api/src/main/java/net/swofty/swm/api/world/SlimeChunk.java10 symbols
swoftyworldmanager-plugin/src/main/java/net/swofty/swm/plugin/loader/loaders/FileLoader.java9 symbols

Datastores touched

(mongodb)Database · 1 repos
(mysql)Database · 1 repos

For agents

$ claude mcp add Continued-Slime-World-Manager \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page