Started by
josephvazquez
on
Topic category: Help with MCreator software
How can i make a potion effect that cancels all healing on a player while the potion is active?
Topic category: Help with MCreator software
How can i make a potion effect that cancels all healing on a player while the potion is active?
There's the "entity is healed" global event, you should just be able to check if the target entity has your potion effect and if so, cancel the event.
Or you can get a non heal potion and then make it look like a heal potion
SoloDragon, that doesn't do what they asked, they asked to prevent all healing while under their effect. What you suggested would just... be handing them an empty potion?