| 
					
				 | 
			
			
				@@ -6,10 +6,10 @@ import ninja.leaping.configurate.objectmapping.serialize.ConfigSerializable; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @ConfigSerializable 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 public class ConfigSectionExploitAcrobatics { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public static final int ACROBATIC_LOCATION_LIMIT_DEFAULT = 50; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public static final boolean PREVENT_ACROBATICS_ABUSE_DEFAULT = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public static final int TELEPORT_COOLDOWN_DEFAULT = 30; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public static final int ROLL_XP_GAIN_CD_DEFAULT = 60; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private static final int ACROBATIC_LOCATION_LIMIT_DEFAULT = 50; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private static final boolean PREVENT_ACROBATICS_ABUSE_DEFAULT = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private static final int TELEPORT_COOLDOWN_DEFAULT = 30; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    private static final int ROLL_XP_GAIN_CD_DEFAULT = 60; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Setting(value = "Player-Fall-Location-Tracking", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             comment = "The amount of locations to keep track of for player falls." + 
			 |