Slime World Manager

A Spigot plugin that implements the Slime Region Format.
Alternatives To Slime World Manager
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Glowstone1,785
a month ago63otherJava
A fast, customizable and compatible open source server for Minecraft: Java Edition
Essentials1,641
a day ago169gpl-3.0Java
The modern Essentials suite for Spigot and Paper.
Minecraftdev1,191
14 days ago219lgpl-3.0Kotlin
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Viaversion965
6 days ago51gpl-3.0Java
Allows the connection of newer clients to older server versions for Minecraft servers.
Skript821
a day ago506gpl-3.0Java
Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
Slimefun4759
16 days ago112gpl-3.0Java
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Placeholderapi697
23 days ago27gpl-3.0Java
The best and simplest way to add placeholders to your server! - 1M+ Downloads - 2.5k+ Placeholders
Citizens2482
5 days ago31osl-3.0Java
Citizens - the premier plugin and API for creating server-side NPCs in Minecraft.
Towny425
2 days ago107otherJava
Towny Advanced Minecraft plugin for Bukkit/Spigot.
Fastlogin402
8 days ago137mitJava
Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
Alternatives To Slime World Manager
Select To Compare


Alternative Project Comparisons
Readme

Slime World Manager Build Status

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.

Using SWM in your plugin

Maven

<repositories>
  <repository>
    <id>glaremasters</id>
    <url>https://repo.glaremasters.me/repository/concuncan/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.grinderwolf</groupId>
    <artifactId>slimeworldmanager-api</artifactId>
    <version>INSERT LATEST VERSION HERE</version>
  </dependency>
</dependencies>

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.

Wiki Overview

Credits

Thanks to:

  • All the contributors who helped me by adding features to SWM.
  • Glare for providing me with a Maven repository.
  • Minikloon and all the Hypixel team for developing the SRF.
Popular Plugin Projects
Popular Spigot Projects
Popular Libraries Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Plugin
Minecraft
Spigot
Bukkit