-
Notifications
You must be signed in to change notification settings - Fork 26
Hooking into AdvancedCore
Ben edited this page Dec 4, 2016
·
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.