Instant Death
作者:rebot | 分类:模组
Minecraft 版本: 1.6.1 1.6.2 1.6.4 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: bukkit folia paper purpur spigot
标签: game-mechanics utility
☠️ InstantDeath
InstantDeath is a very lightweight, highly flexible and compatible Minecraft plugin that allows players to quickly and easily end their die using /kill or /suicide.
? Features
- ✅ Self-Kill Support — Players can use
/killor/suicideto instantly respawn. - ? Permission Support — Optional setting to require permission for self-kills.
- ?️ Death Coordinates — Configurable setting to show the location of death.
- ? Customizable Messages — All messages are configurable via
config.yml. - ? Highly Compatible — Works with Bukkit, Spigot, Paper, Purpur, Folia, and more — from Minecraft 1.6.1 through the latest versions. (Yes 1.6.1 not 1.16)
? Commands
| Command | Description |
|---|---|
/kill |
Kill yourself instantly. |
/suicide |
Alias for /kill. |
/kill <player> |
Kill another player (requires permission). |
?️ Permissions
| Permission | Description | Default |
|---|---|---|
instantdeath.kill.self |
Allows the player to kill themselves. | true |
instantdeath.kill.others |
Allows the player to kill other players. | op |
Optional config toggle: You can enforce that players must have instantdeath.kill.self by setting self-kill-requires-permission: true in the config.
⚙️ Configuration
# InstantDeath plugin configuration
settings:
# You need instantdeath.kill.self to kill yourself
self-kill-requires-permission: false
# If you die it tells you where you died in chat
show-death-location-on-kill: true
messages:
self-kill: "&cYou have died at &eX: %x%&c, &eY: %y%&c, &eZ: %z%"
target-kill: "&cYou have killed %target%."
death-location: "&cYou died at &eX: %x%&c, &eY: %y%&c, &eZ: %z%"
player-not-found: "&cPlayer '%target%' not found."
no-permission: "&cYou do not have permission to kill others."
usage: "&cUsage: /%label% [player]"
console-kill: "Player %target% killed from console."
console-player-not-found: "Player '%target%' not found."
console-usage: "Usage from console: /%label% <player>"请登录后举报
暂无评论,抢个沙发吧~