How do I check for something constantly

Started by MultipleGaming on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I check for something constantly

I want a way to check for something constantly without the game crashing, I'm trying to make it so a certain block dissapears when the player gets close to it. I got the script that removes the blocks done but I want my script to be running constantly. But every time I try the game crashes when I start the script

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've had the same problem…
Wed, 07/30/2025 - 02:13

I've had the same problem when I've tried making damage procedures, I was trying to make it so that if you run while holding a specific item (scissors) you would take half a heart of damage with 70% chance every 1-2 seconds, but as soon as you start running it just crashes

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you guys post pictures…
Wed, 07/30/2025 - 07:38

can you guys post pictures of your procedures?