Remove commented out CoreProtect Extension

This commit is contained in:
Aurora Lahtela 2022-09-02 17:43:41 +03:00
parent 428d5da708
commit 0c59659a4e
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ dependencies {
shadow 'net.playeranalytics:Extension-AuthMe:5.6.0-R1.2'
shadow 'net.playeranalytics:Extension-BanManager:7.3.1-R1.2'
shadow 'net.playeranalytics:Extension-BentoBox:1.15.5-R2.0'
// shadow 'net.playeranalytics:Extension-CoreProtect:2.16.0-R1.4' // unable to compile new version
shadow 'net.playeranalytics:Extension-DiscordSRV:1.25.1-R1.4'
shadow 'net.playeranalytics:Extension-DKBans:2.1.2-R1.3'
shadow 'net.playeranalytics:Extension-DKCoins:3.0.5-R1.1'

View File

@ -107,7 +107,6 @@ public class ExtensionRegister {
register(new BanManagerExtensionFactory(), BanManagerExtensionFactory::createExtension);
registerBentoBoxExtensions();
register(new BuycraftExtensionFactory(), BuycraftExtensionFactory::createExtension);
// register(new CoreProtectExtensionFactory(), CoreProtectExtensionFactory::createExtension);
register(new DiscordSRVExtensionFactory(), DiscordSRVExtensionFactory::createExtension, DiscordSRVExtensionFactory::registerListener);
register(new DKBansExtensionFactory(), DKBansExtensionFactory::createExtension, DKBansExtensionFactory::registerListener);
register(new DKCoinsExtensionFactory(), DKCoinsExtensionFactory::createExtension, DKCoinsExtensionFactory::registerListener);