
BanPlayerOnDeath
A Spigot plugin that bans players for a configurable duration upon death, announces death coordinates, and automatically unbans them when the time expires.
Installation
- Download or build the
PALATA_BanPlayerOnDeath.jar(located in the PALATA repository). - Place the JAR into your server’s
plugins/folder. - Restart (or
/reload) your server. A defaultconfig.ymlwill be generated underplugins/PALATA_BanPlayerOnDeath/.
Configuration
Edit plugins/PALATA_BanPlayerOnDeath/config.yml to suit your server:
# Enable or disable the DeathBan system
isEnabled: false
# Ban duration in minutes after death
minutesToBan: 30
# (Internal) Timestamp when DeathBan will auto-enable
schedule:
enableAt: 0
# (Internal) Map of banned players (UUID → unban timestamp)
bannedPlayers: {}
Keys explained:
isEnabled— toggles the system on/off.minutesToBan— how long (in minutes) a player stays banned after dying.
Commands
All commands require operator (OP) status.
/deathban on
/deathban off
/deathban info
/deathban schedule <minutes>
/deathban unban <player>
/deathban on— enable automatic bans on death/deathban off— disable the system/deathban info— display whether DeathBan is currently on or off/deathban schedule <minutes>— schedule DeathBan to turn on after<minutes>; broadcasts warnings at 1 hour and 30 minutes beforehand/deathban unban <player>— manually lift a player’s ban before it expires
How It Works
- On player death (when enabled):
- Records
banUntil = now + minutesToBaninbannedPlayers. - Sends a death message and kicks the player after 10 seconds, showing their ban duration and death coordinates.
- Records
- On player join:
- If
banUntil > now, immediately kicks them with the remaining ban time. - If
banUntil ≤ now, removes their entry and allows login.
- If
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.19, 1.19.1, 1.19.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as BanPlayerOnDeath-1.0-SNAPSHOT.jar — drop this file into the mods folder
- Download size: 11 KB
- Download link checked 5 Sept 2026 — working
These come from our own check of the pack file, not from the source page.