Started by
Raito099
on
Topic category: Help with Minecraft modding (Java Edition)
I tried making my sword have a special ability on right click, it works but it hits me and never the monster. here is where i am (sorry it's pretty basic i suck at this i am new i'm trying my best sorry sorry)
(I'm also trying with the damage source plugin but i don't think I understand it)
(If you have a fix please show image it would help a ton <3 <3)
https://ibb.co/3cnw8fM
Do you have it used in Right click in Air or right click on mob? If you set it to right click overall, the Target/Event Entity will be you.
How do yo uset it to attack air ? Can you give me a quick rundown on that ? :o
You can see what i've done on the image linked !
how does this activate?
when i right click with my sword, it activates. but the damage are spawning right on me and not on any monster when they are targeted
You Need To Make A Procedure To Item Named Right Click On Entity Not Just Right Click Or Right Click On Block
How do i do that ? i can only add trigger on right click (entity pos) or right clicked on block ?
.....Help D:
You need to create a new procedure with the trigger "When player right clicks on an entity".
Then do the following:
If the item in the source entity's main hand = Sword (your item), then deal damage to the event/target entity (or any other ability)