| 
					
				 | 
			
			
				@@ -429,9 +429,9 @@ public class Config extends AutoUpdateConfigLoader { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public boolean getJungleDoubleDropsEnabled() { return config.getBoolean("Double_Drops.Woodcutting.Jungle", true); } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /* AFK Leveling */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public boolean getAcrobaticsAFKDisabled() { return config.getBoolean("Skills.Acrobatics.Prevent_AFK_Leveling", true); } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public boolean getAcrobaticsPreventAFK() { return config.getBoolean("Skills.Acrobatics.Prevent_AFK_Leveling", true); } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public int getAcrobaticsAFKMaxTries() { return config.getInt("Skills.Acrobatics.Max_Tries_At_Same_Location", 3); } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public boolean getHerbalismAFKDisabled() { return config.getBoolean("Skills.Herbalism.Prevent_AFK_Leveling", true); } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public boolean getHerbalismPreventAFK() { return config.getBoolean("Skills.Herbalism.Prevent_AFK_Leveling", true); } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /* Level Caps */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public int getPowerLevelCap() { 
			 |