GitXplorerGitXplorer
F

kserver

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
e17949e45e10151a80ee92462111364d9fb3f1c2

Add notes

jjpenilla committed 2 years ago
Verified
08b84c277d45adbd11df28659537a80bbda9ee4e

Update gradle wrapper

jjpenilla committed 2 years ago
Verified
b19eb28a37b02d95aa8adebe1ef9514e7fdd6904

Update

jjpenilla committed 2 years ago
Verified
41be2256f04f34bb1b63bc0c8157ddbffa9cac3d

Update README

jjpenilla committed 3 years ago
Verified
aedd5067fdc222751f1a19e857455af795edca30

Update upstream

jjpenilla committed 3 years ago
Verified
90efbbe385557f57ee1951b2b7e44d8261ac28a4

Update gradle plugins and remapper

jjpenilla committed 3 years ago

README

The README file for this repository.

KServer - A Paper fork, using paperweight, for the Klassenserver

This is an example project, showcasing how to setup a fork of Paper (or any other fork using paperweight), using paperweight.

The files of most interest are

  • build.gradle.kts
  • settings.gradle.kts
  • gradle.properties

When updating upstream, be sure to keep the dependencies noted in build.gradle.kts in sync with upstream. It's also a good idea to use the same version of the Gradle wrapper as upstream.

Tasks

Paperweight tasks
-----------------
applyApiPatches
applyPatches
applyServerPatches
cleanCache - Delete the project setup cache and task outputs.
createMojmapBundlerJar - Build a runnable bundler jar
createMojmapPaperclipJar - Build a runnable paperclip jar
createReobfBundlerJar - Build a runnable bundler jar
createReobfPaperclipJar - Build a runnable paperclip jar
generateDevelopmentBundle
rebuildApiPatches
rebuildPatches
rebuildServerPatches
reobfJar - Re-obfuscate the built jar to obf mappings
runDev - Spin up a non-relocated Mojang-mapped test server
runReobf - Spin up a test server from the reobfJar output jar
runShadow - Spin up a test server from the shadowJar archiveFile

Branches

Each branch of this project represents an example: