Getting Started With The API
To start, you need to add CustomNPCs as a dependency in your dependency manager.
- Maven
- Gradle (kotlin)
- Gradle (Groovy)
Add the dependency to your dependencies section
<dependency>
<groupId>dev.foxikle</groupId>
<artifactId>customnpcs</artifactId>
<version>1.8.0</version>
</dependency>
Add the dependency to your build.gradle.kts
compileOnly("dev.foxikle:customnpcs:1.8.0")
Add the dependency to your build.gradle
compileOnly "dev.foxikle:customnpcs:1.8.0"
Then, you can reload your project and get ready to use the API!