Skip to main content
Version: 1.7.5

Getting Started With The API

To start, you need to add CustomNPCs as a dependency in your dependency manager.

Add the repository to the repositories section in your pom.xml

<repository>
<id>customnpcs</id>
<name>Foxikle's Repository</name>
<url>https://repo.foxikle.dev/public</url>
</repository>

Then, add the dependency to your dependencies section

<dependency>
<groupId>dev.foxikle</groupId>
<artifactId>customnpcs</artifactId>
<version>1.7.5</version>
</dependency>;

Then, you can reload your project and get ready to use the API!