Started by
giantsquad
on
Topic category: Help with Minecraft modding (Java Edition)
I have a command that is supposed to give information of a selected player. When I go to select the procedure, it says that there are "Missing Dependencies" What am I doing wrong?
you're using "source entity" in your procedure. this procedure doesn't support source entity
as you can see it supports "entity" which means "target/event entity", but no "source entity"
Ohhh okay thank you. Would there be any other way to send the message to the person who executed the command?
in this case the event/target entity is the one who executed the command