Skip to content

Commit

Permalink
docs: add jitpack to readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
DebitCardz authored Aug 1, 2023
1 parent 59a8070 commit e8cfeea
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,40 @@
<img src="https://i.imgur.com/3Sk1buV.png"/><br><br>
</h3>

# 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/).

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
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>

<dependency>
<groupId>com.github.DebitCardz</groupId>
<artifactId>mc-chestui-plus</artifactId>
<version>0.0.7</version>
</dependency>

```

## Supported Versions
* 1.19.4
* 1.20
Expand Down

0 comments on commit e8cfeea

Please sign in to comment.