| 
					
				 | 
			
			
				@@ -12,7 +12,6 @@ public class HiddenConfig { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static int conversionRate; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static boolean useEnchantmentBuffs; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static boolean resendChunksAfterBlockAbility; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    private static int uuidConvertInterval; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static int uuidConvertAmount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public HiddenConfig(String fileName) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -35,7 +34,6 @@ public class HiddenConfig { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             conversionRate = config.getInt("Options.ConversionRate", 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             useEnchantmentBuffs = config.getBoolean("Options.EnchantmentBuffs", true); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             resendChunksAfterBlockAbility = config.getBoolean("Options.RefreshChunks", false); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            uuidConvertInterval = config.getInt("Options.UUIDConvertInterval", 30); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             uuidConvertAmount = config.getInt("Options.UUIDConvertAmount", 5); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -56,10 +54,6 @@ public class HiddenConfig { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return resendChunksAfterBlockAbility; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public int getUUIDConvertInterval() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return uuidConvertInterval; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public int getUUIDConvertAmount() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return uuidConvertAmount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 |