hpfxd / PandaSpigot

Fork of Paper for 1.8.8 focused on improved performance and stability.
GNU General Public License v3.0
242 stars 67 forks source link
bukkit java minecraft paper paperspigot pvp spigot

PandaSpigot Build Discord Servers

Fork of Paper for 1.8.8 focused on improved performance and stability.

Highlights

See a full list of patches here.

Using

You can download the latest pre-built server JAR by clicking the download button below.
Download

For support, please join our Discord.

API

See our API patches here.

Maven ```xml hpfxd-repo https://repo.hpfxd.com/releases/ com.hpfxd.pandaspigot pandaspigot-api 1.8.8-R0.1-SNAPSHOT provided ```
Gradle (kts) ```kotlin repositories { mavenCentral() maven(url = "https://repo.hpfxd.com/releases/") } dependencies { compileOnly("com.hpfxd.pandaspigot:pandaspigot-api:1.8.8-R0.1-SNAPSHOT") } ```

Building

To compile PandaSpigot, you'll need:

Building, patching, and compiling are all done through the main panda script.

PandaSpigot can be built by running ./panda jar, and you will find the final Paperclip jar in paperclip.jar

Contributing

You can mostly follow Paper's contributing guide, just remember:

When contributing, please think about the side effects of any changes you write. Plugin compatibility is important, and we wish to minimize any breakage.

Please do not open pull requests for features that you cannot justify the existence of, and the added maintenance costs of that come along with them. If you are thinking of adding a feature that may be controversial, please open an issue first!