Started by
Pikman1210
on
Topic category: Help with Minecraft modding (Java Edition)
How can I make a precedure pause about 5 seconds? I'm trying to make a player get poisoned when they stand on a block, but currently it constantly poisons them so they dont take any damage.
It's not needed to pause the procedure.
You just need to check if the player has the poison effect like this (put it on When Entity Walks On The Block trigger):
(Image)
(Procedure)
It does somewhat what you needed, adding a poison effect for 5 seconds and allows it do damage to the player.