blob: c4b03d1092ced207182e1db39bf2cfe49b4f0040 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# LifeSteal
LifeSteal is a server-side mod recreating the LifeSteal SMP experience.
The number of maximum hearts can be set via the gamerule `lifesteal:maxHearts` (default: 20).
The grace period is the period when the PvP is deactivated.
It is scoped at the player-level and not at the server-level.
A player in the grace period cannot be attacked and cannot attack others.
The time (in minutes) of the grace period can be set via the gamerule `lifesteal:gracePeriod` (default: 30).
|