All Projects → Electroid → SportPaper

Electroid / SportPaper

Licence: other
Performance-tuned Minecraft 1.8 spigot server

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to SportPaper

ScriptBlockPlus
任意のブロックにスクリプトを追加するプラグインです。
Stars: ✭ 25 (-79.51%)
Mutual labels:  bukkit, paper
Orion
Mixin loader for Paper
Stars: ✭ 46 (-62.3%)
Mutual labels:  bukkit, paper
Cardboard
The Bukkit/Spigot/Paper API implementation for Fabric
Stars: ✭ 220 (+80.33%)
Mutual labels:  bukkit, paper
Betonquest
An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 25 other plugins.
Stars: ✭ 121 (-0.82%)
Mutual labels:  bukkit, paper
Mirai
Mirai 未来 - A powerful Minecraft Server Software coming from the future
Stars: ✭ 325 (+166.39%)
Mutual labels:  bukkit, paper
Catserver
Spiritual inheritance of mcpc+/thermos/Cauldron, full support spigot/sponge/forge/bukkit/paper API
Stars: ✭ 127 (+4.1%)
Mutual labels:  bukkit, paper
dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (-78.69%)
Mutual labels:  bukkit, paper
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+684.43%)
Mutual labels:  bukkit, paper
triumph-gui
Simple lib to create inventory GUIs for Bukkit platforms.
Stars: ✭ 196 (+60.66%)
Mutual labels:  bukkit, paper
Glowkit
A fork of the Paper (Bukkit) API for use in Glowstone
Stars: ✭ 17 (-86.07%)
Mutual labels:  bukkit, paper
Bedwarsrel
Bedwars Reloaded - The Minecraft Bedwars Plugin!
Stars: ✭ 108 (-11.48%)
Mutual labels:  bukkit, paper
Purpur
Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.
Stars: ✭ 1,224 (+903.28%)
Mutual labels:  bukkit, paper
Minecraft Optimization
Minecraft server optimization guide
Stars: ✭ 77 (-36.89%)
Mutual labels:  bukkit, paper
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (+33.61%)
Mutual labels:  bukkit, paper
Guilds
Adding RPG to your server has never been more fun and action-packed!
Stars: ✭ 66 (-45.9%)
Mutual labels:  bukkit, paper
ignite
A Mixin and Access Widener mod loader for Spigot/Paper
Stars: ✭ 115 (-5.74%)
Mutual labels:  bukkit, paper
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+300.82%)
Mutual labels:  bukkit, paper
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+428.69%)
Mutual labels:  bukkit, paper
Origami
Bukkit/Spigot/Paper based Minecraft server used by Minebench.de | Looking for an 1.17 version? If so most patches are PRd into Paper now, Origami 1.17 will continue once patches that Paper wont accept are necessary.
Stars: ✭ 29 (-76.23%)
Mutual labels:  bukkit, paper
SkyWarsReloaded
The most popular Skywars plugin ever built for Spigot and Bukkit!
Stars: ✭ 34 (-72.13%)
Mutual labels:  bukkit, paper

SportPaper Build Status

A fork of Paper 1.8 with changes for the Stratus Network using Magnet's build system.

Requirements

To build SportPaper, the following will need to be installed and available from your shell:

How To

Building, patching, and compiling are all done throught the main sportpaper script.

SportPaper can be built by running ./sportpaper build and you will find the final server jar in SportPaper-Server/target

Maven

Repository:

<repository>
  <id>ashcon-snapshots</id>
  <url>https://repo.ashcon.app/nexus/content/repositories/snapshots/</url>
</repository>

API:

<dependency>
  <groupId>app.ashcon</groupId>
  <artifactId>sportpaper-api</artifactId>
  <version>1.8.8-R0.1-SNAPSHOT</version>
  <scope>provided</scope>
</dependency>

Server:

<dependency>
  <groupId>app.ashcon</groupId>
  <artifactId>sportpaper</artifactId>
  <version>1.8.8-R0.1-SNAPSHOT</version>
  <scope>provided</scope>
</dependency>

Other Notes

SportPaper uses a shared config for most config settings.

sportpaper.yml contains all the settings that were previously in bukkit.yml, spigot.yml, and paper.yml

Contributing

  • Before contributing to SportPaper, make sure you have run ./sportpaper build and that you have the latest version of git installed
  • To add patches to SportPaper simply make your changes in SportPaper-API and SportPaper-Server and commit them. Then run ./sportpaper rebuild.
  • To modify nms files not currently imported into SportPaper, you must add an import for that file in scripts/importmcdev.sh and then run ./sportpaper build for those files to show up in SportPaper-Server
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].