GitXplorerGitXplorer
F

kserver

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
c197882df11d68d289307c2bd33782f92972e80c

update paperweight, gradle wrapper, and shadow

jjpenilla committed 3 years ago
Verified
74b34eec9581e97e5331fde39e4338fa83ab2635

Lowercase project names and exclude paper-api from paper-mojangapi

jjpenilla committed 3 years ago
Verified
ad960f72e1b54973be3ddcef29e3688c9dcd72c9

Update upstream

jjpenilla committed 3 years ago
Verified
53dbd2bc9c82d8597192adb58fa94a7eae506429

Update upstream & paperweight to 1.2.0

jjpenilla committed 3 years ago
Verified
4881c096bcfff78f99f3e7e7245d4e4398de9d5e

Add blank reobf-mappings-patch.tiny

jjpenilla committed 3 years ago
Verified
a46006e2be69c338ce4ff4b26283718e2a3f239b

Update upstream & paperweight to 1.1.14

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: