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
{{ message }}
This repository was archived by the owner on Oct 11, 2020. It is now read-only.
You need a softdepend or depend to MTTT in your plugin.yml depend: [MTTT] softdepend: [MTTT]
Get your TTTApi Instance
TTTApiapi;
publicvoidonEnable(){
...
if (Bukkit.getPluginManager().isLoaded("MTTT")){
api = TTTApi.getInstance();
}
else{
//MTTT not loaded/installed
}
}