How to specify the Command I want to check with "Command Execute" Global Trigger

Started by SparkleArts on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to specify the Command I want to check with "Command Execute" Global Trigger

I want to check a specific Command using the "Command Execute" Event but I don't get how I should use the "command" dependency correctly.

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey I found a solution to…
Mon, 02/03/2025 - 20:05

Hey I found a solution to this problem when you use the text dependency command inside of the logic section there's a light green block with two open spaces in an equals in the middle so after you get that block you need to set the global trigger to command executed and then do an if statement then put the light green block inside of the if statement put the text dependency in the left slot and then you need to go to the text section and grab a blank text box and put it in the right slot and in that text box put the command that you want to detect so for example /time set day but do it without the slash and it should work as I just did it for my own custom command hope this helps and it's not too late