9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-19 15:09:25 +00:00

fix dependencies & repositories, add 1 more step to readme

This commit is contained in:
Max
2025-08-02 17:41:24 +03:00
parent 7542dfeed1
commit 496c08f7a5
2 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ CustomCrops is a high-performance **Paper plugin** designed to enhance the **pla
1. Install **JDK 17 & 21**.
2. Open a terminal and navigate to the project directory.
3. Create **j21** folder in /compatibility folder
3. Run:
```sh
./gradlew build

View File

@@ -15,6 +15,7 @@ repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
maven("https://repo.rapture.pw/repository/maven-releases/") // flow nbt
maven("https://repo.momirealms.net/releases/") // CustomFishing
maven("https://repo.lukasa.lt/repository/maven-public/") // packet wrapper
}
dependencies {
@@ -44,7 +45,8 @@ dependencies {
// quest
compileOnly(files("libs/BattlePass-4.0.6-api.jar"))
compileOnly(files("libs/ClueScrolls-4.8.7-api.jar"))
compileOnly("org.betonquest:betonquest:2.1.3")
compileOnly("com.comphenix.packetwrapper:PacketWrapper:1.20-2.2.1")
compileOnly("org.betonquest:betonquest:2.2.1")
// item
compileOnly(files("libs/zaphkiel-2.0.24.jar"))
compileOnly(files("libs/ExecutableItems-7.24.9.29.jar"))