Started by Arto_Art on Sun, 07/22/2018 - 15:15 Topic category: Help with MCreator software I want to make a food that can cancel all effects , like milk, how can do this Jump to top you could have it execute the command /effect @p clear Jump to top Permalink Log in or register to post comments Calling EntityLivingBase#clearActivePotions() on your player is enough. If you want to clear only negative effects, use EntityPlayer#curePotionEffects() Jump to top Permalink Log in or register to post comments
you could have it execute the command /effect @p clear Jump to top Permalink Log in or register to post comments
Calling EntityLivingBase#clearActivePotions() on your player is enough. If you want to clear only negative effects, use EntityPlayer#curePotionEffects() Jump to top Permalink Log in or register to post comments
you could have it execute the command /effect @p clear
Calling EntityLivingBase#clearActivePotions() on your player is enough. If you want to clear only negative effects, use EntityPlayer#curePotionEffects()