Skip to content

Commit

Permalink
Update Luckperms extension
Browse files Browse the repository at this point in the history
Register listeners for Luckperms events when user's data is updated.

Affects issues:
- Close #2269
  • Loading branch information
AuroraLS3 committed Feb 10, 2022
1 parent 2071a49 commit b83c8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plan/extensions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation 'net.playeranalytics:Extension-LibertyBans:0.8.0-R0.2'
implementation 'com.djrapitops:Extension-Litebans:0.3.4-R0.3'
implementation 'com.djrapitops:Extension-LogBlock:1.16.1.2-R0.8'
implementation 'com.djrapitops:Extension-LuckPerms:5.0-R0.2'
implementation 'com.djrapitops:Extension-LuckPerms:5.0-R0.3'
implementation 'com.djrapitops:Extension-MarriageMaster:2.3-R0.3'
implementation 'com.djrapitops:Extension-McMMO:2.1.149-R1.5'
implementation 'com.djrapitops:Extension-MinigamesLib:1.14.17-R0.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void registerBuiltInExtensions(Set<String> disabledExtensions) {
register(new LibertyBansExtensionFactory(), LibertyBansExtensionFactory::createExtension, LibertyBansExtensionFactory::registerListener);
register(new LitebansExtensionFactory(), LitebansExtensionFactory::createExtension, LitebansExtensionFactory::registerEvents);
register(new LogBlockExtensionFactory(), LogBlockExtensionFactory::createExtension);
register(new LuckPermsExtensionFactory(), LuckPermsExtensionFactory::createExtension);
register(new LuckPermsExtensionFactory(), LuckPermsExtensionFactory::createExtension, LuckPermsExtensionFactory::registerListeners);
register(new MarriageMasterExtensionFactory(), MarriageMasterExtensionFactory::createExtension);
register(new McMMOExtensionFactory(), McMMOExtensionFactory::createExtension, McMMOExtensionFactory::registerExpansion);
registerMany(new MinigameLibExtensionFactory(), MinigameLibExtensionFactory::createExtensions);
Expand Down

0 comments on commit b83c8d0

Please sign in to comment.