Started by
BIoodheaven
on
Topic category: Help with Minecraft modding (Java Edition)
Hey there,
I'm trying to use the execute command function in MCreator.
I want the command to fill blocks via /fill ........
Somehow this does not work, I replaced the function with Send Message and there it displays the whole String properly.
Here is a picture of my process, is there any alternative except for working with structure_blocks if there is no solution to this?
Try replacing execute command at xyz with execute command in the name of block, its under "entity management"
I got it working there was a formatting issue with the command inbetween.
Isnt it always better to use the World execute command? Because the Entity one always requires op rights on the one selected if I am right?
Um sorry but could you tell me the formatting issue? cause I have the same problem and I'm not into java coding.
Edit: the execute command in th name of doesn't work as well