From 60b141f4713f7220f9b259e9c19e55487756be79 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 2 Aug 2025 15:36:21 +0300 Subject: [PATCH 1/3] fix compiling errors related to repositories and dependencies --- README.md | 1 + compatibility/build.gradle.kts | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65f55290..df4327dd 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ CustomFishing is a **Paper plugin** designed to provide a variety of **fishing m ```sh ./gradlew build ``` +4. Create *j21* folder in /compatibility 4. The artifact will be available in the **/target** folder. ### 🛠️ Using an IDE diff --git a/compatibility/build.gradle.kts b/compatibility/build.gradle.kts index 053f6927..5b7ebe0a 100644 --- a/compatibility/build.gradle.kts +++ b/compatibility/build.gradle.kts @@ -4,7 +4,7 @@ repositories { maven("https://repo.papermc.io/repository/maven-public/") // paper maven("https://mvn.lumine.io/repository/maven-public/") // mythicmobs maven("https://nexus.phoenixdevt.fr/repository/maven-public/") // mmoitems - maven("https://papermc.io/repo/repository/maven-public/") + maven("https://repo.papermc.io/repository/maven-public/") maven("https://repo.extendedclip.com/content/repositories/placeholderapi/") // papi maven("https://r.irepo.space/maven/") // neigeitems maven("https://repo.oraxen.com/releases/") // oraxen @@ -17,6 +17,7 @@ repositories { maven("https://repo.momirealms.net/releases/") // craftengine customcrops maven("https://repo.nexomc.com/releases/") // nexo maven("https://repo.nexomc.com/snapshots/") + maven("https://repo.lukasa.lt/repository/maven-public/") // packet wrapper } dependencies { @@ -52,7 +53,8 @@ dependencies { compileOnly(files("libs/ClueScrolls-4.8.7-api.jar")) compileOnly(files("libs/notquests-5.17.1.jar")) compileOnly(files("libs/beautyquests-1.0.4.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")) From c63396c9fc4ac61cd4ca44ce0e1783e1103bd35e Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 2 Aug 2025 17:19:21 +0300 Subject: [PATCH 2/3] add 1 more step to readme that will prevent possible error --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df4327dd..856cb366 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ CustomFishing is a **Paper plugin** designed to provide a variety of **fishing m ### 💻 Command Line 1. Install **JDK 17 & 21**. 2. Open a terminal and navigate to the project directory. -3. Run: +3. Create **j21** folder in /compatibility folder +4. Run: ```sh ./gradlew build ``` -4. Create *j21* folder in /compatibility -4. The artifact will be available in the **/target** folder. +5. The artifact will be available in the **/target** folder. ### 🛠️ Using an IDE 1. Import the project into your preferred IDE. From 46052396325d2236d99f6f6253e6d915a2e57dfa Mon Sep 17 00:00:00 2001 From: Max Barylko Date: Mon, 4 Aug 2025 21:39:34 +0300 Subject: [PATCH 3/3] revert readme file changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 856cb366..3e580f89 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ CustomFishing is a **Paper plugin** designed to provide a variety of **fishing m ### 💻 Command Line 1. Install **JDK 17 & 21**. 2. Open a terminal and navigate to the project directory. -3. Create **j21** folder in /compatibility folder -4. Run: +3. Run: + ```sh ./gradlew build ``` -5. The artifact will be available in the **/target** folder. +4. The artifact will be available in the **/target** folder. ### 🛠️ Using an IDE 1. Import the project into your preferred IDE.