updated known badPotionEffects to include wither potion
This commit is contained in:
		@@ -162,7 +162,8 @@ public class FactionsEntityListener implements Listener
 | 
			
		||||
 | 
			
		||||
	private static final Set<PotionEffectType> badPotionEffects = new LinkedHashSet<PotionEffectType>(Arrays.asList(
 | 
			
		||||
		PotionEffectType.BLINDNESS, PotionEffectType.CONFUSION, PotionEffectType.HARM, PotionEffectType.HUNGER,
 | 
			
		||||
		PotionEffectType.POISON, PotionEffectType.SLOW, PotionEffectType.SLOW_DIGGING, PotionEffectType.WEAKNESS
 | 
			
		||||
		PotionEffectType.POISON, PotionEffectType.SLOW, PotionEffectType.SLOW_DIGGING, PotionEffectType.WEAKNESS,
 | 
			
		||||
		PotionEffectType.WITHER
 | 
			
		||||
	));
 | 
			
		||||
 | 
			
		||||
	@EventHandler(priority = EventPriority.NORMAL)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user