mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	@@ -179,7 +179,7 @@ public class ExperienceConfig extends AutoUpdateConfigLoader {
 | 
			
		||||
    /* Custom XP perk */
 | 
			
		||||
    public double getCustomXpPerkBoost() { return config.getDouble("Experience_Formula.Custom_XP_Perk.Boost", 1.25); }
 | 
			
		||||
 | 
			
		||||
    /* Deminished Returns */
 | 
			
		||||
    /* Diminished Returns */
 | 
			
		||||
    public boolean getDiminishedReturnsEnabled() { return config.getBoolean("Diminished_Returns.Enabled", false); }
 | 
			
		||||
    public int getDiminishedReturnsThreshold(SkillType skill) { return config.getInt("Diminished_Returns.Threshold." + StringUtils.getCapitalized(skill.toString()), 20000); }
 | 
			
		||||
    public int getDiminishedReturnsTimeInterval() { return config.getInt("Diminished_Returns.Time_Interval", 10); }
 | 
			
		||||
 
 | 
			
		||||
@@ -467,6 +467,7 @@ public class PlayerListener implements Listener {
 | 
			
		||||
 | 
			
		||||
                        // Make sure the player knows what he's doing when trying to salvage an enchanted item
 | 
			
		||||
                        if (!(heldItem.getEnchantments().size() > 0) || salvageManager.checkConfirmation(true)) {
 | 
			
		||||
                            SkillUtils.handleAbilitySpeedDecrease(player);
 | 
			
		||||
                            salvageManager.handleSalvage(block.getLocation(), heldItem);
 | 
			
		||||
                            player.updateInventory();
 | 
			
		||||
                        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user