KAMKEEL / CustomNPC-Plus-API

External API for scripting and to allow mods/plugins to hook into CustomNPC+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomNPC-Plus-API

External API for scripting and to allow mods/plugins to hook into CustomNPC+

How to use in a Mod

Basically just download the api code and include it in your mod.

In your mod you can check if CustomNPC+ is installed with NpcAPI.IsAvailable()

To use the events, register your events with NpcAPI.Instance().events().register(youreventclass)

Extra

JavaDocs: https://kamkeel.github.io/CustomNPC-Plus/

Discord Badge

Download CustomNPC+

About

External API for scripting and to allow mods/plugins to hook into CustomNPC+

License:MIT License


Languages

Language:Java 100.0%