AdvancedChests Wiki
  • 👋Welcome!
  • Fundamentals
    • Getting set up
      • ✍️Creating a new chest
        • 🟢Sections and Options
        • 🛑Detecting config errors
      • ⌨️Commands
      • 📝Permissions
    • Backups
      • ✍️Backups for YML Storage
  • 💻API USAGE
    • ⚙️Installation
Powered by GitBook
On this page
  1. API USAGE

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'
}

PreviousBackups for YML Storage

Last updated 2 months ago

💻
⚙️