mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-07 19:31:45 +01:00
parent
0ac5ad6f23
commit
64b005ccc8
@ -13,6 +13,7 @@ dependencies {
|
||||
compile 'com.djrapitops:Extension-EssentialsX:2.15.0-R0.6'
|
||||
compile 'com.djrapitops:Extension-Factions:2.14.0-R0.1'
|
||||
compile 'com.djrapitops:Extension-FactionsUUID:1.6.9.5-U0.5.16-R0.1'
|
||||
compile 'com.djrapitops:Extension-Floodgate:1.0-R1.0'
|
||||
compile 'com.djrapitops:Extension-GriefDefender:R0.2'
|
||||
compile 'com.djrapitops:Extension-GriefPrevention:16.11.6-R0.2'
|
||||
compile 'com.djrapitops:Extension-GriefPrevention-Sponge:4.0.1-R0.2'
|
||||
|
@ -70,6 +70,7 @@ public class ExtensionRegister {
|
||||
register(new EssentialsExtensionFactory(), EssentialsExtensionFactory::createExtension, EssentialsExtensionFactory::registerUpdateListeners);
|
||||
register(new FactionsExtensionFactory(), FactionsExtensionFactory::createExtension);
|
||||
register(new FactionsUUIDExtensionFactory(), FactionsUUIDExtensionFactory::createExtension, FactionsUUIDExtensionFactory::registerExpansion);
|
||||
register(new FloodgateExtensionFactory(), FloodgateExtensionFactory::createExtension, FloodgateExtensionFactory::registerListener);
|
||||
register(new GriefDefenderExtensionFactory(), GriefDefenderExtensionFactory::createExtension);
|
||||
register(new GriefPreventionExtensionFactory(), GriefPreventionExtensionFactory::createExtension);
|
||||
register(new GriefPreventionSpongeExtensionFactory(), GriefPreventionSpongeExtensionFactory::createExtension);
|
||||
|
Loading…
Reference in New Issue
Block a user