Started by
SparkleArts
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Topic category: Help with Minecraft modding (Java Edition)
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.
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