|  | @@ -80,7 +80,7 @@ public class Config extends AutoUpdateConfigLoader {
 | 
	
		
			
				|  |  |      public boolean getSkillScoreboardEnabled() { return config.getBoolean("Scoreboards.Skillname.Use", true); }
 | 
	
		
			
				|  |  |      public int getSkillScoreboardTime() { return config.getInt("Scoreboards.Skillname.Display_Time", 10); }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    public boolean getPowerLevelsEnabled() { return config.getBoolean("Scoreboards.Power_Level.Use", true); }
 | 
	
		
			
				|  |  | +    public boolean getPowerLevelsEnabled() { return config.getBoolean("Scoreboards.Power_Level.Use", false); }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /* Database Purging */
 | 
	
		
			
				|  |  |      public int getPurgeInterval() { return config.getInt("Database_Purging.Purge_Interval", -1); }
 |