aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-13 10:43:14 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-13 10:43:14 +0200
commitd559084402e3d7f9f0b0f18e411f100db64faaeb (patch)
treedd073fe3b21596c415ae8e713cc48d4607396ca7 /README.md
parent2a7728fb60fd33e01056e68adad910e1e10bf351 (diff)
feat(pvp): grace period
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5507c7f..c4b03d1 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,9 @@
LifeSteal is a server-side mod recreating the LifeSteal SMP experience.
-The number of maximum hearts can be set via the gamerule `lifesteal:maxHearts`.
+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).