Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
/ CloudSpigot Public archive

High performance PaperSpigot fork used by Minecraft Server Cloudz.ml.

License

Notifications You must be signed in to change notification settings

Linux4/CloudSpigot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudSpigot Codacy Badge

High performance PaperSpigot fork used by Minecraft Server Cloudz.ml.

Support and Project Discussion:

How To (Server Admins)

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

How To (Plugin Developers)

  • 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>

How To (Compiling Jar From Source)

To compile CloudSpigot, you need JDK 11, maven, and an internet connection.

Clone this repo, run ./build.sh from bash, get files.

How To (Pull Request)

See Contributing