Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Glowstone | 1,785 | a month ago | 63 | other | Java | |||||
A fast, customizable and compatible open source server for Minecraft: Java Edition | ||||||||||
Essentials | 1,641 | a day ago | 169 | gpl-3.0 | Java | |||||
The modern Essentials suite for Spigot and Paper. | ||||||||||
Minecraftdev | 1,191 | 14 days ago | 219 | lgpl-3.0 | Kotlin | |||||
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects. | ||||||||||
Viaversion | 965 | 6 days ago | 51 | gpl-3.0 | Java | |||||
Allows the connection of newer clients to older server versions for Minecraft servers. | ||||||||||
Skript | 821 | a day ago | 506 | gpl-3.0 | Java | |||||
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. | ||||||||||
Slimefun4 | 759 | 16 days ago | 112 | gpl-3.0 | Java | |||||
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. | ||||||||||
Placeholderapi | 697 | 23 days ago | 27 | gpl-3.0 | Java | |||||
The best and simplest way to add placeholders to your server! - 1M+ Downloads - 2.5k+ Placeholders | ||||||||||
Citizens2 | 482 | 5 days ago | 31 | osl-3.0 | Java | |||||
Citizens - the premier plugin and API for creating server-side NPCs in Minecraft. | ||||||||||
Towny | 425 | 2 days ago | 107 | other | Java | |||||
Towny Advanced Minecraft plugin for Bukkit/Spigot. | ||||||||||
Fastlogin | 402 | 8 days ago | 137 | mit | Java | |||||
Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login) |
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.
SWM releases can be found here.
<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>
repositories {
maven { url "https://repo.glaremasters.me/repository/concuncan/" }
}
dependencies {
compileOnly group: "com.grinderwolf", name: "slimeworldmanager-api", version: "INSERT LATEST VERSION HERE";
}
Javadocs can be found here.
Thanks to: