blob: 152cdd6bc2abda5c04436767c941c8a255ce4f04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# LifeSteal
LifeSteal is a server-side mod recreating the LifeSteal SMP experience.
Players can withdraw hearts with `/withdraw <amount>`.
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).
Hearts cannot be crafted by a player at/above 10 hearts.
You can disable this via the gamerule `lifesteal:canCraftHeartsAboveVanillaMax` (default: false).
Hearts cannot be stored in ender chests.
You can disable this via the gamerule `lifesteal:canStoreHeartsInEC` (default: false).
Operators can use `/gethearts <amount>` to get hearts.
|