Postponed PlaceholderAPI support due to unexpected NoClassDefFoundError

This commit is contained in:
Rsl1122 2018-05-24 15:49:22 +03:00
parent 70e70ee958
commit 5b23bddc04
2 changed files with 3 additions and 4 deletions

View File

@ -88,8 +88,8 @@ public class Bridge {
new RedProtectHook(h),
new TownyHook(h),
new VaultHook(h),
new ViaVersionHook(h),
new PlaceholderAPIHook(h)
new ViaVersionHook(h)//,
// new PlaceholderAPIHook(h)
};
}
}

View File

@ -5,10 +5,9 @@ import com.djrapitops.pluginbridge.plan.Hook;
import me.clip.placeholderapi.PlaceholderAPI;
/**
* A Class responsible for hooking to MCMMO and registering data sources.
* A Class responsible for hooking to PlaceholderAPI.
*
* @author Rsl1122
* @since 3.2.1
*/
public class PlaceholderAPIHook extends Hook {