From eeb7ab68b8e370ea1457cc54c507df33272ff74f Mon Sep 17 00:00:00 2001 From: SullensCR Date: Fri, 18 Apr 2025 15:34:03 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef90a78d..8e3f44302 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ CustomCrops is a high-performance **Paper plugin** designed to enhance the **pla ```sh ./gradlew build ``` +Linux users might need to make `gradlew` an executable file using `chmod +x ./gradlew` 4. The generated artifact can be found in the `/target` folder. ### 🛠️ Using an IDE From f6ba3633069636125f1f5b19be9baa883551d985 Mon Sep 17 00:00:00 2001 From: SullensCR Date: Fri, 18 Apr 2025 15:34:20 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e3f44302..cec77c5b6 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ CustomCrops is a high-performance **Paper plugin** designed to enhance the **pla ./gradlew build ``` Linux users might need to make `gradlew` an executable file using `chmod +x ./gradlew` + 4. The generated artifact can be found in the `/target` folder. ### 🛠️ Using an IDE From cfd785a6e94b77637446bc800a1a1e00a9aa032b Mon Sep 17 00:00:00 2001 From: SullensCR Date: Fri, 18 Apr 2025 15:35:59 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cec77c5b6..54eef1033 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,13 @@ CustomCrops is a high-performance **Paper plugin** designed to enhance the **pla ```sh ./gradlew build ``` -Linux users might need to make `gradlew` an executable file using `chmod +x ./gradlew` + +Linux users might need to make `gradlew` an executable file using `chmod +x ./gradlew` 4. The generated artifact can be found in the `/target` folder. + + ### 🛠️ Using an IDE 1. Import the project into your preferred IDE.