Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cijaaimee/slime-world-manager
A Spigot plugin that implements the Slime Region Format.
https://github.com/cijaaimee/slime-world-manager
bukkit craftbukkit minecraft spigot spigotmc
Last synced: 3 days ago
JSON representation
A Spigot plugin that implements the Slime Region Format.
- Host: GitHub
- URL: https://github.com/cijaaimee/slime-world-manager
- Owner: cijaaimee
- License: gpl-3.0
- Created: 2019-07-26T16:02:47.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-26T01:59:39.000Z (over 1 year ago)
- Last Synced: 2025-01-19T13:12:17.708Z (3 days ago)
- Topics: bukkit, craftbukkit, minecraft, spigot, spigotmc
- Language: Java
- Homepage:
- Size: 1.25 MB
- Stars: 271
- Watchers: 9
- Forks: 171
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slime World Manager [![Build Status](https://travis-ci.com/Grinderwolf/Slime-World-Manager.svg?branch=master)](https://travis-ci.com/Grinderwolf/Slime-World-Manager)
[](https://discord.gg/P9Pd58d)
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.#### Releases
SWM releases can be found [here](https://www.spigotmc.org/resources/slimeworldmanager.69974/history).
## Using SWM in your plugin
#### Maven
```
glaremasters
https://repo.glaremasters.me/repository/concuncan/
```
```
com.grinderwolf
slimeworldmanager-api
INSERT LATEST VERSION HERE
```
#### Gradle
```
repositories {
maven { url "https://repo.glaremasters.me/repository/concuncan/" }
}dependencies {
compileOnly group: "com.grinderwolf", name: "slimeworldmanager-api", version: "INSERT LATEST VERSION HERE";
}
```#### Javadocs
Javadocs can be found [here](https://grinderwolf.github.io/Slime-World-Manager/apidocs/).
## Wiki Overview
* Plugin Usage
* [Installing Slime World Manager](.docs/usage/install.md)
* [Using Slime World Manager](.docs/usage/using.md)
* [Commands and permissions](.docs/usage/commands-and-permissions.md)
* Configuration
* [Setting up the data sources](.docs/config/setup-data-sources.md)
* [Converting traditional worlds into the SRF](.docs/config/convert-world-to-srf.md)
* [Configuring worlds](.docs/config/configure-world.md)
* [Async world generation](.docs/config/async-world-generation.md)
* SWM API
* [Getting started](.docs/api/setup-dev.md)
* [World Properties](.docs/api/properties.md)
* [Loading a world](.docs/api/load-world.md)
* [Migrating a world](.docs/api/migrate-world.md)
* [Importing a world](.docs/api/import-world.md)
* [Using other data sources](.docs/api/use-data-source.md)
* [FAQ](.docs/faq.md)## Credits
Thanks to:
* All the contributors who helped me by adding features to SWM.
* [Glare](https://glaremasters.me) for providing me with a Maven repository.
* [Minikloon](https://twitter.com/Minikloon) and all the [Hypixel](https://twitter.com/HypixelNetwork) team for developing the SRF.
## YourKitYourKit 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](https://www.yourkit.com/java/profiler/), [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/) and [YourKit YouMonitor](https://www.yourkit.com/youmonitor/).
![YourKit](https://www.yourkit.com/images/yklogo.png)