Skip to content

A server-side Forge mod for Minecraft, adding a configurable ban timer upon player death

Notifications You must be signed in to change notification settings

redstoneguy10ls/DeathBan

 
 

Repository files navigation

image

DeathBan

DeathBan is a server-side Forge mod for Minecraft, meant to create a hardcore-like experience to SMP servers by adding a configurable ban timer upon player death.

The mod only needs to be added to the Forge server, so pure vanilla clients can also join a Forge server with DeathBan installed (given the server only has server-only mods).

Configuration

You can change the death ban timer in config/deathban.toml. Note that the server does not need to be restarted for the changes to go through, but previous bans will not have their ban times changed.

["Configurations for DeathBan Mod"]
	#The week duration of the death ban
	Weeks = 0
	#The day duration of the death ban
	Days = 0
	#The hour duration of the death ban
	Hours = 0
	#The minute duration of the death ban
	Minutes = 0

Screenshots

image
A welcome message will be sent to the player upon first time joining after a while

image
Custom ban screen after dying

About

A server-side Forge mod for Minecraft, adding a configurable ban timer upon player death

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%