You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setup for the api is very simple. When you are done adding it to your build tool. You need to create a new instance of the UndefinedAPI class in your onEnable. (See below)
overridefunonEnable() {
UndefinedAPI(this)
}
Documentation
The rest of the documentation is in this wiki with source code links with more in depth information.