Thanks to visit codestin.com
Credit goes to github.com

Skip to content

waxifyx/WaxedPurpur

Repository files navigation

WaxedPurpur

WaxedPurpur is a performance-focused fork of Purpur that uses a patch-based workflow.

Prerequisites

  • Git
  • JDK 17 (Temurin recommended)
  • Bash-compatible shell on Linux/macOS or Git Bash on Windows

Clone

git clone https://github.com/WaxifyX/WaxedPurpur
cd WaxedPurpur

Build

Apply patches and build the server:

./gradlew applyPatches
./gradlew build
./gradlew createReobfPaperclipJar

Patch workflow

This repo stores local changes as patch files under patches/.

  • Regenerate sources from patches:
./gradlew applyPatches
  • Update patches after editing generated sources:
./gradlew rebuildPatches
  • Rebuild after changing patches:
./gradlew applyPatches
./gradlew build

Project layout

  • patches/api/: API patch files
  • patches/server/: Server patch files
  • WaxedPurpur-API/: generated API sources
  • WaxedPurpur-Server/: generated server sources

About

A Purpur fork aiming for optimal performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from PurpurMC/Tentacles