Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linux4/cloudspigot

High performance PaperSpigot fork used by Minecraft Server Cloudz.ml.
https://github.com/linux4/cloudspigot

bukkit cloudspigot craftbukkit java minecraft minecraft-api minecraft-performance minecraft-server paperspigot-fork spigot spigot-fork

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

CloudSpigot [![Codacy Badge](https://api.codacy.com/project/badge/Grade/9510a76cbf1f4fa3a192ee3e56050082)](https://www.codacy.com/app/Server24-7/CloudSpigot?utm_source=github.com&utm_medium=referral&utm_content=Server24-7/CloudSpigot&utm_campaign=Badge_Grade)
===========

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

**Support and Project Discussion:**
- [Discord](https://discord.gg/5qp26hf)

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](https://ci.server24-7.eu/job/CloudSpigot/).

Run the CloudSpigot jar directly from your server. Just like old times

* For a sneak peak on upcoming features, [see here](https://github.com/Server24-7/CloudSpigot/projects)

How To (Plugin Developers)
------
* Maven Repo (for cloudspigot):
```xml

server24-7.eu
https://mvn.server24-7.eu/

```
* Artifact Information:
```xml

eu.server24-7
cloudspigot
1.8.10-R0.1-SNAPSHOT
provided

```

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](CONTRIBUTING.md)