A major rewrite and feature-rich update to the original InstantDeath plugin. This version improves customization, configuration, permission handling, and gameplay integration.
Config File Support
Added config.yml for customizable messages and toggles.
Permission Toggle for Self-Kill
Added config option self-kill-requires-permission: true/false.
Death Coordinates for Self-Kill
Displays death location when a player kills themselves.
Vanilla Death Mechanics for PvP
Kills executed by other players now use damage(Float.MAX_VALUE, killer) instead of setHealth(0.0) to allow:
Optional Death Location Reminder on PvP Death
When enabled (show-death-location-on-kill: true), players see their death coordinates after being killed by someone else.
Full Command Console Support
Console can use /kill <player> and receive proper feedback.
Message Formatting & Placeholder Support All messages now support placeholders like:
%x%, %y%, %z%%target%, %killer%%label% (for usage hints)killed-by-other message removed (now handled by vanilla Minecraft).minecraft.command.kill — now uses custom instantdeath.kill.* permission nodes.