diff --git a/README.md b/README.md index 7caaa25..2cb3ad2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-# ChestUI+ +# ChestUI+ [![](https://jitpack.io/v/DebitCardz/mc-chestui-plus.svg)](https://jitpack.io/#DebitCardz/mc-chestui-plus) ChestUI+ is a fork and slight recode of [**mc-chestui**](https://github.com/hazae41/mc-chestui), originally developed by, [**hazae41**](https://github.com/hazae41/). @@ -10,6 +10,32 @@ by, [**hazae41**](https://github.com/hazae41/). The primary aim of this project was to add additional features to the original project and redo a few elements to better suite my own personal needs from the project. +### Gradle + +```kts +repositories { + maven("https://jitpack.io") +} + +dependencies { + implementation("com.github.DebitCardz:mc-chestui-plus:0.0.7") +} +``` +### Maven +```xml + + jitpack.io + https://jitpack.io + + + + com.github.DebitCardz + mc-chestui-plus + 0.0.7 + + +``` + ## Supported Versions * 1.19.4 * 1.20