File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 
src/main/java/me/dkim19375/dkim19375core/external Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ dependencies {
2323    compileOnly ' me.clip:placeholderapi:2.10.9' 
2424    compileOnly ' com.sk89q.worldguard:worldguard-bukkit:7.0.4' 
2525    compileOnly ' com.github.MilkBowl:VaultAPI:1.7' 
26-     implementation  ' org.jetbrains:annotations:16.0.2' 
26+     compileOnly  ' org.jetbrains:annotations:16.0.2' 
2727}
Original file line number Diff line number Diff line change 66import  net .milkbowl .vault .permission .Permission ;
77import  org .bukkit .plugin .RegisteredServiceProvider ;
88
9+ import  java .util .logging .Level ;
10+ 
911public  abstract  class  VaultJavaPlugin  extends  CoreJavaPlugin  {
1012    protected  static  Economy  econ  = null ;
1113    protected  static  Permission  perms  = null ;
@@ -14,7 +16,7 @@ public abstract class VaultJavaPlugin extends CoreJavaPlugin {
1416    @ Override 
1517    public  void  onEnable () {
1618        if  (!setupEconomy () ) {
17-             printToConsole ( "Disabled due to no Vault dependency found!" );
19+             log ( Level . SEVERE ,  "Disabled due to no Vault dependency found!" );
1820            getServer ().getPluginManager ().disablePlugin (this );
1921            return ;
2022        }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments