Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
DeathKick
What is it?
DeathKick is a plugin inspired by the one on the Unstable SMP that kicks players after their death. Once a player dies, they are kicked off and given a customizable kick message, and the Wither death sound plays in their area. There is also also a feature called DeathBan which bans players after they die, like in a hardcore server. If being used on unscripted servers, it has a feature called the death reason message, which informs the player as to why they died when they rejoin the server.
How could it help?
A use case of this plugin would be an Unstable SMP/similar copy or a hardcore server, or simply a survival server. It could also be used on low resource servers to help imoprove lag.
The config.yml:
# mode can be 'kick' or 'ban'
mode: 'kick'
# Ticks to wait before kicking so items can drop (20 ticks = 1 second)
kick-delay-ticks: 10
kick-message: '<red>You died with DeathKick enabled!</red>'
ban-message: '<red>You died with DeathBan enabled!</red>'
death-reason-message: 'Welcome back. You previously died from: <reason>'
Note: This updated version is available for 26.1 and upwards, downloads for older minecraft versions use the old version, without some of the extra issues and fixes.


