Skip to content

Hooking into AdvancedCore

Ben edited this page Oct 23, 2017 · 6 revisions

The basics of hooking a plugin into AdvancedCore.

In your onEnable method add this:
AdvancedCoreHook.getInstance().loadHook(this);

That is pretty much it, this isn't required to use the API, but is for some features like the plugin update event and reward api.

Clone this wiki locally