DeathBan
The DeathBan plugin is a simple and lightweight solution that automatically bans a player after their death in Minecraft.
Core Functionality
DeathBan performs its main function – it bans a player at the moment of their death. This creates an additional layer of difficulty and realism in the gameplay, making players treat their character's life with greater responsibility.
Configuration Settings
settings:
banreason: "Game Over!" # The ban reason text displayed to the player
ban-delay: 60 # Delay in seconds before applying the ban after death (can be set to 0 for instant ban)
spectator-after-death: true # Whether to switch the player to spectator mode after death
ban-time: 30 # Ban duration in minutes (0 means permanent ban)
ban-ip: false # Whether to ban by IP address (true/false)
Permission System
The developers included a permission system. The deathban.immune privilege grants a player immunity to death bans – such users continue playing normally even after death.