mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Change not addition
This commit is contained in:
		@@ -8,7 +8,7 @@ Key:
 | 
			
		||||
  - Removal
 | 
			
		||||
 | 
			
		||||
Version 1.4.03-dev
 | 
			
		||||
 + Queue mctop and mcrank commands when using mySQL
 | 
			
		||||
 ! Queue mctop and mcrank commands when using mySQL
 | 
			
		||||
 + Added option to advanced.yml to determine the # of enchant levels used when buffing Super Breaker & Giga Drill Breaker
 | 
			
		||||
 + Improved stats display for child skills
 | 
			
		||||
 + Added cooldown between using Chimaera Wings
 | 
			
		||||
 
 | 
			
		||||
@@ -253,5 +253,4 @@ public class Config extends AutoUpdateConfigLoader {
 | 
			
		||||
    /* XP Formula Multiplier */
 | 
			
		||||
    public int getFormulaMultiplierCurve() { return config.getInt("Experience.Formula.Curve_Modifier", 20); }
 | 
			
		||||
    public double getForumulaMultiplier(SkillType skill) { return config.getDouble("Experience.Formula.Multiplier." + StringUtils.getCapitalized(skill.toString())); }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user