Started by
oiivu1
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make it so it strikes lightning at everyone except the user
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make it so it strikes lightning at everyone except the user
My Question: Is this a tool only players could use?
Because if so, just replace the @e with @a and you should be fine.
If both Players and Entities, add @a as another "at" with the same requirements and that will work.
i made it and u can just do like all entities in square box of 4 or smth then in the thing do if entity iterator = event entity or smth target entity idk and then do else and then strike lightning
Yeah that works too, I probably should have thought of that lol