-
Notifications
You must be signed in to change notification settings - Fork 2
Installation Guide
Traqueur edited this page Jul 25, 2024
·
3 revisions
Ensure CommandsAPI is included in your project. If you're using Maven or Gradle, add the corresponding dependency to your configuration file.
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Traqueur-dev:CommandsAPI:VERSION'
}<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.Traqueur-dev</groupId>
<artifactId>CommandsAPI</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>Be sure to relocate commandsAPI in to prevent bugs with other plugins.