Skip to content

Editing API Settings

Dalton edited this page Apr 25, 2022 · 8 revisions

Say you don't want a certain module at all to be initialized, not to fear you can enable/disable many feature of the API if you choose to not use them!

In your main class, you're going to be overriding a new method called onPreApiEnable(), from here you get access to the getApiSettings() method like so:

Clone this wiki locally