Auxilor / EcoItems

Custom items plugin for the latest spigot version
GNU General Public License v3.0
50 stars 27 forks source link

Vanilla Critical Hit Condition or Trigger #81

Open Cokenpizza opened 2 years ago

Cokenpizza commented 2 years ago

Describe the solution you'd like A trigger (or condition to be used with the melee_attack or bow_attack triggers) that fires on Critical Hits / Falling Hits. https://minecraft.fandom.com/wiki/Damage#Critical_hit

Describe alternatives you've considered A similar system can be acquired using the in_air condition, but then the attack works while jumping AND falling, unlike the vanilla version which rewards timing by only working when falling.