Immortal
A simple plugin that lets you set players as immortal
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Immortal
Immortal
UnstableSmp is a simple “immortal toggle” plugin for Scripted SMP's and event servers. It allows server admins to mark specific players as immortal, meaning they can take normal damage but will never drop below a configurable minimum health value (default: half a heart).
Features
- Toggle immortality for individual players - Players take normal damage until the minimum health is reached - Prevents death by reducing fatal damage instead of cancelling it - Fully compatible with Totems of Undying (vanilla behavior) - Lightweight, no unnecessary mechanics - Player immortality is saved and persists across restarts - Simple and customizable configuration
Commands
- `/immortal <player>` — toggles immortality for a player - `/immortal set <player>` — makes a player immortal - `/immortal unset <player>` — removes immortality from a player - `/immortal toggle <player>` — toggles immortality for a player - `/immortal list` — shows all immortal players - `/immortal reload` — reloads the plugin configuration and data
Permissions
- `unstablesmp.immortal` — set/unset/toggle immortality (default: OP) - `unstablesmp.list` — list immortal players (default: OP) - `unstablesmp.reload` — reload config and data (default: OP)
Configuration
- Minimum health value is configurable (default: half a heart) - Player data is stored in `data.yml` - Plugin settings are stored in `config.yml` - Totem pop is configurable in `config.yml`
Totem Compatibility
- If an immortal player is holding a Totem of Undying, the plugin does not interfere - The totem activates exactly like vanilla Minecraft