GitXplorerGitXplorer
F

kserver

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
315771eec92072f7a871bb742e1d8da36b81d266

Remove extra build

FFynn93 committed 10 months ago
Unverified
95f39e7f627c6ff1bc5c3d8bebcad55782a0e3df

Forgot a few words to replace

FFynn93 committed 10 months ago
Unverified
731f72ab61421210411d22d5084e99d92891e224

First commit

FFynn93 committed 10 months ago
Verified
33859b9a4eb95ff44b8cbf0f79e8f32164226179

Update to 1.20.4

jjpenilla committed a year ago
Verified
1a454e6bdf9614298eb28d2a8b0a0a666f1674ff

Update

jjpenilla committed a year ago
Verified
d361331b76304161f99095335da42714d08ce030

Update

jjpenilla committed a year 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: