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: 6 months ago
JSON representation
High performance PaperSpigot fork used by Minecraft Server Cloudz.ml.
- Host: GitHub
- URL: https://github.com/linux4/cloudspigot
- Owner: Linux4
- License: gpl-3.0
- Archived: true
- Created: 2018-09-09T08:27:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T18:50:01.000Z (almost 5 years ago)
- Last Synced: 2024-09-27T12:02:28.051Z (over 1 year ago)
- Topics: bukkit, cloudspigot, craftbukkit, java, minecraft, minecraft-api, minecraft-performance, minecraft-server, paperspigot-fork, spigot, spigot-fork
- Language: Java
- Homepage: https://ci.server24-7.eu/job/CloudSpigot
- Size: 111 MB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
CloudSpigot [](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)