mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Registered GriefDefender Extension
This commit is contained in:
parent
774fe39415
commit
de0e71333c
@ -11,6 +11,7 @@ dependencies {
|
||||
compile 'com.djrapitops:Extension-DKCoins:3.0.5-R0.1'
|
||||
compile 'com.djrapitops:Extension-EssentialsX:2.15.0-R0.5'
|
||||
compile 'com.djrapitops:Extension-Factions:2.14.0-R0.1'
|
||||
compile 'com.djrapitops:Extension-GriefDefender:R0.1'
|
||||
compile 'com.djrapitops:Extension-GriefPrevention:16.11.6-R0.2'
|
||||
compile 'com.djrapitops:Extension-GriefPrevention-Sponge:4.0.1-R0.2'
|
||||
compile 'com.djrapitops:Extension-GriefPreventionPlus:13.3-R0.2'
|
||||
|
@ -63,6 +63,7 @@ public class ExtensionRegister {
|
||||
register(new DKCoinsExtensionFactory(), DKCoinsExtensionFactory::createExtension, DKCoinsExtensionFactory::registerListener);
|
||||
register(new EssentialsExtensionFactory(), EssentialsExtensionFactory::createExtension, EssentialsExtensionFactory::registerUpdateListeners);
|
||||
register(new FactionsExtensionFactory(), FactionsExtensionFactory::createExtension);
|
||||
register(new GriefDefenderExtensionFactory(), GriefDefenderExtensionFactory::createExtension);
|
||||
register(new GriefPreventionExtensionFactory(), GriefPreventionExtensionFactory::createExtension);
|
||||
register(new GriefPreventionSpongeExtensionFactory(), GriefPreventionSpongeExtensionFactory::createExtension);
|
||||
register(new GriefPreventionPlusExtensionFactory(), GriefPreventionPlusExtensionFactory::createExtension);
|
||||
|
Loading…
Reference in New Issue
Block a user