-
Notifications
You must be signed in to change notification settings - Fork 25
Hooking into AdvancedCore
Ben edited this page Oct 10, 2020
·
6 revisions
The basics of hooking a plugin into AdvancedCore.
Extends your plugin class with AdvancedCorePlugin
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. You also need to set the config data. (Look in some of my plugins to see how it can be done)
Note: this page will be updated in the future