Stop players from healing with a potion effect

Started by josephvazquez on

Topic category: Help with MCreator software

Joined Feb 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Stop players from healing with a potion effect

How can i make a potion effect that cancels all healing on a player while the potion is active?

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There's the "entity is…
Wed, 02/19/2025 - 03:04

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.

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Or you can get a non heal…
Wed, 02/19/2025 - 10:51

Or you can get a non heal potion and then make it look like a heal potion

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
SoloDragon, that doesn't do…
Wed, 02/19/2025 - 16:15

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?