Some Commands in Procedure Block

Status
Works as designed
Issue description

There are a few things which are Possible in vanilla with commands but not possible on MCreator with mods

I want to make things like, Strike lightning on All zombies on the world, Unfortunately this is not possible with modding using an Item, It needs a command, which is simply /execute @e[type=zombie] ~ ~ ~ summon lightning_bolt

But as you know, commands requires permissions, so the execute command procedure block is useless in Multiplayer, So is there a possible way to do something like this?

I also know there are combination of custom commands, like if want to make Exploding arrows, We create a command like /explode which does an explosion and then /execute @e[type=arrow] ~ ~ ~ explode

and that will do, but we need permissions to do it

 

I am just looking for a way to do this

Only for this lightning thing at least, like a Special strike lightning procedure block?

Issue comments

We have been already talking about this in the past as far as I remember. Due to security reasons, one can only execute commands if he has permissions to do so. This is to avoid issues on servers with hacks, ...

There is a ticket for getting all entities in the range and this will fix this issue: https://mcreator.net/tracker/issue/47617