Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.52 KB | None | 0 0
  1. CLAW_BLITZ_SKILL:
  2.   Conditions:
  3.  - wearing{s=HAND;mmitem=luckyClaws} castinstead CLAW_BLITZ_PASS
  4.   Skills:
  5.  - message{m="&7You don't have the right weapon equipped!"} @self
  6. CLAW_BLITZ_PASS:
  7.   Skills:
  8.  - chain{
  9.       bounces=3;
  10.       bounceRadius=5;
  11.       bounceDelay=5;
  12.       hitSelf=false;
  13.       hitPlayers=true;
  14.       hitNonPlayers=true;
  15.       hitTarget=true;
  16.       onBounce=[
  17.         - effect:particleline{p=fireworks_spark;fromOrigin=true}
  18.         - teleport
  19.         - damage{a=15}
  20.       ];
  21.     } @target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement