aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-13 11:01:26 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-13 11:01:26 +0200
commit0a9c370cdfed7442e0b019da302c2f09fb40502d (patch)
treeaa16539e80f37068c248d9dcc3096342c9f3ffe4 /README.md
parentd559084402e3d7f9f0b0f18e411f100db64faaeb (diff)
feat(hearts): disable craft if player is at/above 10 hearts
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c4b03d1..807c42c 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,6 @@ 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 enable this via the gamerule `lifesteal:canCraftHeartsAboveVanillaMax` (default: false). \ No newline at end of file