mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Postponed PlaceholderAPI support due to unexpected NoClassDefFoundError
This commit is contained in:
parent
70e70ee958
commit
5b23bddc04
@ -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)
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user