Advertisement
Hipopotofobia

FoodSteal Updated

Aug 6th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. # The person who made this enchant.
  2. author: SuchLow
  3.  
  4. # The enchant identifier must be unique.
  5. identifier: FoodSteal
  6.  
  7. # The max level for this enchant.
  8. max-level: 5
  9.  
  10. # The group of this enchant. Configure the groups in the groups.yml file.
  11. group: ULTIMATE
  12.  
  13. # How the enchant should be formatted on the enchanted item.
  14. applied-format: "&aFoodSteal {level}"
  15.  
  16. # Description
  17. description:
  18. - "Chance to steal life from your opponent."
  19.  
  20. # What items this enchant can be applied to.
  21. item-whitelist:
  22. - "SWORDS"
  23.  
  24. # For a full list of effects, please visit: https://docs.songoda.com/epic-series/epicenchants/tutorials
  25. effects:
  26. STEAL_FOOD:
  27. # The trigger that will fire this effect
  28. trigger: ATTACK_PLAYER_MELEE
  29. # How much food does it should steal
  30. amount: 3
  31. # Chance that this effect wil fire.
  32. chance: "5*{level}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement