GitXplorerGitXplorer
F

kserver

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
9200bd67a206b3763ff26674f96fc8fd82f6f943

Beacon reaches all dimensions

FFynn93 committed 10 months ago
Unverified
79c64ffb57a8d88c91fa24cfb670b623e8d4126d

Always return 7 on getNumGroups

FFynn93 committed 10 months ago
Unverified
e497b93614e3ac733e19b92518a9e99d9fcb707c

Players in 50 block radius get Hero of the Village

FFynn93 committed 10 months ago
Unverified
9f3d1239bfecbcb83bce3b58a66a4974c793f501

Add patches

FFynn93 committed 10 months ago
Unverified
6099ad8d4830fe84caeda5982b946e8f3f14a90d

Forgot patch

FFynn93 committed 10 months ago
Unverified
56f51b8ccfea87e30eabe19d206ba2ba42d1cc82

Switch to DefaultRandomPos in AI Goal

FFynn93 committed 10 months 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: