mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Mob Spawner XP multiplier
This commit is contained in:
		@@ -20,7 +20,6 @@ import com.gmail.nossr50.util.spout.SpoutUtils;
 | 
			
		||||
 | 
			
		||||
public final class Misc {
 | 
			
		||||
    private static Random random = new Random();
 | 
			
		||||
    public static boolean isSpawnerXPEnabled = Config.getInstance().getExperienceGainsMobspawnersEnabled();
 | 
			
		||||
    public static final int PLAYER_RESPAWN_COOLDOWN_SECONDS = 5;
 | 
			
		||||
    public static final int TIME_CONVERSION_FACTOR = 1000;
 | 
			
		||||
    public static final double SKILL_MESSAGE_MAX_SENDING_DISTANCE = 10.0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user