From dfde78a5e49383b9d9b1195cc27cce5abfac587a Mon Sep 17 00:00:00 2001 From: Kikisito Date: Wed, 1 Dec 2021 02:31:01 +0100 Subject: [PATCH] Get plugin version from Gradle --- README.md | 3 +++ src/main/resources/plugin.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d92cc8..d23f2fe 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Default config: [Click Here](https://github.com/zeshan321/ActionHealth/blob/mast A list of the community made translations: [Click Here](https://github.com/zeshan321/ActionHealth/wiki/Community-Translations) +# Compiling +To compile ActionHealth, you need at least **Java 8** and an internet connection. Then, clone this repo and run `./gradlew clean shadowJar` and get your jar from `build/libs/ActionHealh-VERSION-all.jar`. + # More info Custom styles, screenshots, command information and more can be found on the spigot page. diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 01c65a2..49135ed 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: ActionHealth main: com.zeshanaslam.actionhealth.Main -version: 3.5.6 +version: "${version}" softdepend: [PlaceholderAPI, MVdWPlaceholderAPI, WorldGuard, mcMMO, MythicMobs, LangUtils] api-version: 1.13 commands: