Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Miller <[email protected]>
  • Loading branch information
TheLimeGlass and APickledWalrus authored Mar 10, 2024
1 parent 87eb393 commit a87b366
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
@Name("Last Damage Cause/Type")
@Description({
"Cause of last damage done to an entity.",
"Damage type is more accurate including data pack types and only available in 1.20.4+"
"Using 'damage type' is more accurate as it includes data pack types, but it is only available on versions 1.20.4 and newer."
})
@Examples({
"set last damage cause of event-entity to fire tick"
})
@RequiredPlugins("Spigot 1.20.4+ damage type")
@RequiredPlugins("Spigot 1.20.4+ for damage type")
@Since("2.2-Fixes-V10")
public class ExprLastDamageCause extends PropertyExpression<LivingEntity, Object> {

Expand Down

0 comments on commit a87b366

Please sign in to comment.