Limited Lives Mod — Configuration
Commands
The mod provides several commands for players to check their status and for administrators to manage the life system. The base command is /ll or /limitedlives.
| Command | Description | Permission |
|---|---|---|
/ll |
Displays your current remaining lives and health status in chat. | All Players |
/ll check [player] |
Checks the life count of a specific player. | All Players |
/ll set <player> <amount> |
Sets a specific player's death count to the designated number. | Admin |
/ll add <player> <amount> |
Adds a specific number of deaths to a player's total. | Admin |
/ll remove <player> <amount> |
Removes deaths from a player (effectively giving them lives back). | Admin |
Configuration
The mod is highly customizable via the limitedlives-common.toml (Forge/NeoForge) or config.json (Fabric) file. Server owners can fine-tune the difficulty to suit their community.
Key Configuration Options
startingLives: The number of lives a player has when they first join the world.healthLossPerDeath: The amount of max health (in half-hearts) lost upon death. Setting this to 2 would remove a full heart per death.punishmentType: Choose betweenSPECTATOR,BAN, orKICK.banDuration: If punishment is set to ban, this defines the length of the ban in minutes (set to -1 for permanent).minimumHealth: The floor for health loss. Prevents players from dropping below a certain number of hearts (e.g., 1 heart) if you don't want them to be fully eliminated.
