mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Update the changelog
This commit is contained in:
		@@ -19,7 +19,7 @@ Version 1.4.00-dev
 | 
			
		||||
 + Added timeout on party teleport requests
 | 
			
		||||
 + Added XP bonus for Archery based on distance from shooter to target
 | 
			
		||||
 + Added ability to config Hylian Luck drops through treasures.yml
 | 
			
		||||
 + Added party XP sharing
 | 
			
		||||
 + Added party XP sharing, when more party members are near the share bonus increases.
 | 
			
		||||
 + Added vanilla XP boost for Fishing - includes permissions, config options, etc
 | 
			
		||||
 + Added particle effect for bleeding
 | 
			
		||||
 = Fixed multiple commands not working properly on offline players
 | 
			
		||||
 
 | 
			
		||||
@@ -81,7 +81,7 @@ public class Config extends ConfigLoader {
 | 
			
		||||
    public int getChimaeraCost() { return config.getInt("Items.Chimaera_Wing.Feather_Cost", 10); }
 | 
			
		||||
    public int getChimaeraItemId() { return config.getInt("Items.Chimaera_Wing.Item_ID", 288); }
 | 
			
		||||
    public boolean getChimaeraEnabled() { return config.getBoolean("Items.Chimaera_Wing.Enabled", true); }
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    /* PARTY SETTINGS */
 | 
			
		||||
    public boolean getExpShareEnabled() { return config.getBoolean("Party.Sharing.ExpShare_enabled", true); }
 | 
			
		||||
    public double getPartyShareBonusBase() { return config.getDouble("Party.Sharing.ExpShare_bonus_base", 1.1); }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user