⚙️Installation
To start using the AdvancedChests API you have to add the respective dependency using Maven or Gradle.
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.DeadSilenceIV</groupId>
<artifactId>AdvancedChestsAPI</artifactId>
<version>3.0-BETA</version>
</dependency>
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.DeadSilenceIV:AdvancedChestsAPI:3.0-BETA'
}