Advertisement
Pro_Insection

Slingshot

May 18th, 2024
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.67 KB | None | 0 0
  1. slingshot:
  2.   display: '%group-color%Slingshot'
  3.   description: Boost yourself into flight by right-clicking.
  4.   applies-to: Elytra
  5.   type: RIGHT_CLICK
  6.   group: LEGENDARY
  7.   applies:
  8.    - ELYTRA
  9.   levels:
  10.     '1':
  11.       chance: 20
  12.       cooldown: 15
  13.       conditions:
  14.        - '%is holding% contains FIREWORK : %stop%'
  15.       effects:
  16.        - BOOST:UP:10
  17.     '2':
  18.       chance: 40
  19.       cooldown: 10
  20.       conditions:
  21.        - '%is holding% contains FIREWORK : %stop%'
  22.       effects:
  23.        - BOOST:UP:12
  24.     '3':
  25.       chance: 50
  26.       cooldown: 5
  27.       conditions:
  28.        - '%is holding% contains FIREWORK : %stop%'
  29.       effects:
  30.        - BOOST:UP:16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement