Skip to content

Commit

Permalink
Improve EffKill's description (#7426)
Browse files Browse the repository at this point in the history
* Improve description

* Update src/main/java/ch/njol/skript/effects/EffKill.java

---------

Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com>
  • Loading branch information
EquipableMC and Efnilite authored Jan 13, 2025
1 parent aeddf54 commit 8b40a35
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/main/java/ch/njol/skript/effects/EffKill.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
import org.jetbrains.annotations.Nullable;

@Name("Kill")
@Description({"Kills an entity.",
"Note: This effect does not set the entity's health to 0 (which causes issues), but damages the entity by 100 times its maximum health."})
@Examples({"kill the player",
"kill all creepers in the player's world",
"kill all endermen, witches and bats"})
@Description("Kills an entity.")
@Examples({
"kill the player",
"kill all creepers in the player's world",
"kill all endermen, witches and bats"
})
@Since("1.0, 2.10 (ignoring totem of undying)")
public class EffKill extends Effect {

Expand Down

0 comments on commit 8b40a35

Please sign in to comment.