From 9b18dcbecb14130067f24c7dcef1635ed473c968 Mon Sep 17 00:00:00 2001 From: stefvanschie Date: Tue, 22 Jun 2021 20:31:31 +0200 Subject: [PATCH] V 0.9.9 --- IF/pom.xml | 2 +- README.md | 13 ++++++++++--- nms/1_14_R1/pom.xml | 2 +- nms/1_15_R1/pom.xml | 2 +- nms/1_16_R1/pom.xml | 2 +- nms/1_16_R2/pom.xml | 2 +- nms/1_16_R3/pom.xml | 2 +- nms/1_17_R1/pom.xml | 2 +- nms/abstraction/pom.xml | 2 +- pom.xml | 2 +- 10 files changed, 19 insertions(+), 12 deletions(-) diff --git a/IF/pom.xml b/IF/pom.xml index 83600738..8b1a5fc4 100644 --- a/IF/pom.xml +++ b/IF/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.8 + 0.9.9 4.0.0 diff --git a/README.md b/README.md index a6d6353e..f07c855c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # IF Discord guild -*This framework works for Minecraft versions 1.14-1.16* +*This framework works for Minecraft versions 1.14-1.17* An inventory framework for managing GUIs @@ -14,7 +14,7 @@ To add this project as a dependency to your pom.xml, add the following to your p com.github.stefvanschie.inventoryframework IF - 0.9.8 + 0.9.9 ``` The project is in the Central Repository, so specifying a repository is not needed. @@ -50,7 +50,7 @@ Replace [YOUR PACKAGE] with the top-level package of your project. To add this project as a dependency for your Gradle project, make sure your `dependencies` section of your build.gradle looks like the following: ```Groovy dependencies { - compile 'com.github.stefvanschie.inventoryframework:IF:0.9.8' + compile 'com.github.stefvanschie.inventoryframework:IF:0.9.9' // ... } ``` @@ -72,6 +72,13 @@ shadowJar { } ``` +## Dependency via plugin.yml +You can also specify your dependency directly in your plugin.yml. Please note that this downloads the dependency on the server, which means that you can only use the plugin on a server with an internet connection. +```yaml +libraries: + - com.github.stefvanschie.inventoryframework:IF:0.9.9 +``` + ## Building from source If you want to build this project from source, run the following from Git Bash: diff --git a/nms/1_14_R1/pom.xml b/nms/1_14_R1/pom.xml index 6dbcde79..39052d32 100644 --- a/nms/1_14_R1/pom.xml +++ b/nms/1_14_R1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.8 + 0.9.9 ../../pom.xml 4.0.0 diff --git a/nms/1_15_R1/pom.xml b/nms/1_15_R1/pom.xml index 8cbdc541..cf07729f 100644 --- a/nms/1_15_R1/pom.xml +++ b/nms/1_15_R1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.8 + 0.9.9 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R1/pom.xml b/nms/1_16_R1/pom.xml index 47e02eab..5b1cb101 100644 --- a/nms/1_16_R1/pom.xml +++ b/nms/1_16_R1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.8 + 0.9.9 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R2/pom.xml b/nms/1_16_R2/pom.xml index f630a7f1..3735b0c2 100644 --- a/nms/1_16_R2/pom.xml +++ b/nms/1_16_R2/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.8 + 0.9.9 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R3/pom.xml b/nms/1_16_R3/pom.xml index 5ddb316f..32376404 100644 --- a/nms/1_16_R3/pom.xml +++ b/nms/1_16_R3/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.8 + 0.9.9 ../../pom.xml 4.0.0 diff --git a/nms/1_17_R1/pom.xml b/nms/1_17_R1/pom.xml index 04aa027b..3b81a46f 100644 --- a/nms/1_17_R1/pom.xml +++ b/nms/1_17_R1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.8 + 0.9.9 ../../pom.xml 4.0.0 diff --git a/nms/abstraction/pom.xml b/nms/abstraction/pom.xml index e0566382..68d709a8 100644 --- a/nms/abstraction/pom.xml +++ b/nms/abstraction/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.8 + 0.9.9 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 9674a7b0..85ad9693 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.github.stefvanschie.inventoryframework IF-parent - 0.9.8 + 0.9.9 pom IF