why this procedure not working?

Started by WELLOTHEHERO on

Topic category: Help with modding (Java Edition)

Last seen on 20:29, 20. Apr 2023
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
why this procedure not working?
Sat, 12/18/2021 - 22:25 (edited)

If the player's health drops below 2, I want to give an effect to him, why doesn't it work?

image:https://imgur.com/a/1XU2nTe

 

 

Edited by WELLOTHEHERO on Sat, 12/18/2021 - 22:25
Last seen on 19:20, 25. Jun 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This procedure would give…
Sun, 12/19/2021 - 00:15

This procedure would give the player speed if they had health below 2 HP(1 heart) as soon as they entered the world (which is pretty much impossible.) To fix it, you should set the Event trigger (start block) to trigger from "On loaded entity tick update", not "Minecraft loads a world." This would cause the player to get speed whenever health drops below 2 HP, or 1 heart.

Last seen on 20:29, 20. Apr 2023
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can ı ask one question? how…
Sun, 12/19/2021 - 14:24

can ı ask one question? how can ı hide potion effects? ı try to make a new potion effect this effect is hidden and gives you vanilla effects but vanilla effects still visible. how can ı hide them

Last seen on 20:29, 20. Apr 2023
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i did what you said but this…
Sun, 12/19/2021 - 16:09

i did what you said but this time i guess the potions keep repeating and increasing their duration and level and I don't know where to put a ''wait on serverside block'' thing (btw ı doing this mod for singleplayer)

image:https://imgur.com/a/YTmDZUn

image:https://imgur.com/a/F5SuZmP

Last seen on 19:20, 25. Jun 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oops I forgot about that. so…
Sun, 12/19/2021 - 20:23

oops I forgot about that. so you would need to make a variable (a player LIFETIME variable) that could be called something like "effect given?" then you would set the variable to 1 when the effect is given. You will also need an "if" block somewhere (it doesn't matter where as long as the effect block is inside of it) that requires your variable to be at 0.