Advertisement
Hipopotofobia

Fixed Breath Taker

Aug 7th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. # The enchant identifier must be unique.
  2. identifier: BreathTaker
  3.  
  4. # The max level for this enchant.
  5. max-level: 5
  6.  
  7. # The group of this enchant. Configure the groups in the groups.yml file.
  8. group: ULTIMATE
  9.  
  10. # Description
  11. description:
  12. - "Take another player's"
  13. - "breath away."
  14.  
  15. # What items this enchant can be applied to.
  16. item-whitelist:
  17. - "SWORDS"
  18.  
  19. # For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials
  20. effects:
  21. MODIFY_OXYGEN:
  22. trigger: ATTACK_PLAYER_MELEE
  23. who: "OPPONENT"
  24. amount: "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement