Advertisement
Pro_Insection

Snap

May 18th, 2024
534
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.61 KB | None | 0 0
  1. snap:
  2.   display: '%group-color%Snap'
  3.   description: Pull hit entity towards you.
  4.   applies-to: Fishing Rod
  5.   type: CATCH_FISH
  6.   group: ELITE
  7.   applies:
  8.    - FISHING_ROD
  9.   levels:
  10.     '1':
  11.       chance: 15
  12.       cooldown: 4
  13.       conditions:
  14.        - '%caught% = PLAYER : %allow%'
  15.       effects:
  16.        - PULL_CLOSER:1 @Victim
  17.     '2':
  18.       chance: 25
  19.       cooldown: 6
  20.       conditions:
  21.        - '%caught% = PLAYER : %allow%'
  22.       effects:
  23.        - PULL_CLOSER:1.5 @Victim
  24.     '3':
  25.       conditions:
  26.        - '%caught% = PLAYER : %allow%'
  27.       effects:
  28.        - PULL_CLOSER:2 @Victim
Advertisement
Comments
  • # text 0.29 KB | 0 0
    1. This configuration adds a "Snap" enchantment for fishing rods in Minecraft. When a player is caught, they are pulled towards the user. The enchantment has three levels, each increasing the chance and cooldown, enhancing gameplay strategy.
    2. website: https://simplified.com/magic-remover/clothing
Add Comment
Please, Sign In to add comment
Advertisement