Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.74 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.74 KB

Fand

Fand CI Fand Download QQ

English | 中文

Fork of Paper aims at repairing broken vanilla properties.

You can see what we modify and fix at here

How To (Server Admins)

Fand use the same fandclip(paperclip fork) jar system that Paper uses.

You can download the latest build (1.21.x) of Fand by going here

You can also build it yourself.

You can visit our documentation for more information.

How To (Plugin developers)

Fand-API:

maven {
    name = "fandmc-repo"
    url = "https://repo.fandmc.org/snapshots/"
}

dependencies {
    compileOnly("com.fandmc.fand:fand-api:1.21.3-R0.1-SNAPSHOT")
}

In order to use Fand as a dependency you must build it yourself. Each time you want to update your dependency, you must re-build Fand.

Fand-Server:

dependencies {
    compileOnly("org.fandmc.fand:fand:1.21.3-R0.1-SNAPSHOT")
}

Building

You need JDK 21 and good Internet conditions

Clone this repo, run ./gradlew applyPatches, then run ./gradlew createMojmapFandclipJar in your terminal.

You can find the jars in the build/libs directory.

Pull Requests

See Contributing