Advertisement
Pro_Insection

Momentum

May 18th, 2024
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.71 KB | None | 0 0
  1. momentum:
  2.   display: '%group-color%Momentum'
  3.   description: |-
  4.     Chance to gain speed boost
  5.     with fireworks.
  6.   applies-to: Elytra
  7.   type: RIGHT_CLICK
  8.   group: ELITE
  9.   applies:
  10.    - ELYTRA
  11.   levels:
  12.     '1':
  13.       chance: 10
  14.       cooldown: 5
  15.       conditions:
  16.        - '%player is holding% = FIREWORK_ROCKET : %allow%'
  17.       effects:
  18.        - POTION:SPEED:0:40
  19.     '2':
  20.       chance: 25
  21.       cooldown: 5
  22.       conditions:
  23.        - '%player is holding% = FIREWORK_ROCKET : %allow%'
  24.       effects:
  25.        - POTION:SPEED:1:60
  26.     '3':
  27.       chance: 45
  28.       cooldown: 5
  29.       conditions:
  30.        - '%player is holding% = FIREWORK_ROCKET : %allow%'
  31.       effects:
  32.        - POTION:SPEED:2:80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement