Skip to main content
Version: Next

Getting Started With The API

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

Add the dependency to your dependencies section

<dependency>
<groupId>dev.foxikle</groupId>
<artifactId>customnpcs</artifactId>
<version>1.8.0</version>
</dependency>

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