File tree 1 file changed +1
-4
lines changed
CustomJoinAndQuitMessagesOld/src/main/java/jss/customjoinandquitmessages/hook
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,16 @@ public void setup() {
25
25
if (!Bukkit .getPluginManager ().isPluginEnabled ("LuckPerms" )) {
26
26
Logger .warning ("&eLuckPerms not enabled! - Disable Features..." );
27
27
this .isEnabled = false ;
28
- System .out .println ("Cjm Softdepend: Luckperms false - check plugin installed in plugin folder" );
29
28
return ;
30
29
}
31
30
32
31
if (!Settings .hook_luckperms ) {
33
32
this .isEnabled = false ;
34
- System .out .println ("Cjm Softdepend: Luckperms false - Hook Enabled in config" );
35
- Logger .warning ("&eLuckPerms not enabled! - Disable Features..." );
33
+ System .out .println ("Cjm Softdepend: Luckperms false - Hook disabled in config" );
36
34
return ;
37
35
}
38
36
39
37
this .isEnabled = true ;
40
- System .out .println ("Cjm Softdepend: Luckperms true - The plugin has successfully loaded the dependency" );
41
38
Util .sendColorMessage (EventUtils .getStaticConsoleSender (), Util .getPrefix (true ) + "&aLoading LuckPerms features..." );
42
39
}
43
40
You can’t perform that action at this time.
0 commit comments