High performance PaperSpigot fork used by Minecraft Server Cloudz.ml.
Support and Project Discussion:
CloudSpigot is a jar file that you can download and run just like a normal jar file.
Download a copy of cloudspigot.jar from our build server, here.
Run the CloudSpigot jar directly from your server. Just like old times
- For a sneak peak on upcoming features, see here
- Maven Repo (for cloudspigot):
<repository>
<id>server24-7.eu</id>
<url>https://mvn.server24-7.eu/</url>
</repository>
- Artifact Information:
<dependency>
<groupId>eu.server24-7</groupId>
<artifactId>cloudspigot</artifactId>
<version>1.8.10-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
To compile CloudSpigot, you need JDK 11, maven, and an internet connection.
Clone this repo, run ./build.sh
from bash, get files.
See Contributing