From 865f91c9367870e7b6eb513adcced50d057dad27 Mon Sep 17 00:00:00 2001 From: Rubenicos <44579213+rubenicos@users.noreply.github.com> Date: Wed, 3 Feb 2021 07:41:35 -0600 Subject: New faster placeholders --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cba4c2aa..5c7aec7d 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,16 @@ This plugin will allow your players to do quests in-game to earn rewards. This c ## Downloads/Building The latest release version of Quests can be found on [Spigot](https://www.spigotmc.org/resources/▶-quests-◀-set-up-goals-for-players.23696/). +The latest build of Quests can be found on [Github](https://github.com/LMBishop/Quests/actions). -Alternatively, you can build Quests via Maven using ``mvn clean package``. +Alternatively, you can build Quests via Gradle using ``gradlew build``. -### Maven +### Custom Task Creating new Task Types within Quests is supported, [see the wiki](https://github.com/LMBishop/Quests/wiki/New-Task-Type) for help. -You can include quests in your Maven project using [JitPack](https://jitpack.io/#LMBishop/Quests): +You can include quests in your project using [JitPack](https://jitpack.io/#LMBishop/Quests) repository. + +### Maven ```xml jitpack.io @@ -30,6 +33,16 @@ You can include quests in your Maven project using [JitPack](https://jitpack.io/ ``` +### Gradle +```groovy +repositories { + maven { url = 'https://jitpack.io' } +} +dependencies { + compileOnly 'com.github.LMBishop:Quests:master-SNAPSHOT' +} +``` + ## Contributors See https://github.com/LMBishop/Quests/graphs/contributors -- cgit v1.2.3-70-g09d2