-
Notifications
You must be signed in to change notification settings - Fork 26
Hooking into AdvancedCore
Ben edited this page Oct 2, 2016
·
6 revisions
The basics of hooking a plugin into AdvancedCore.
In your onEnable method add this:
com.Ben12345rocks.AdvancedCore.Main.plugin.registerHook(this);
That is pretty much it, this isn't required to use the API, but is for some features like the plugin update event.