From d91434be7102b84ed87fe5851d22d7801f9618fb Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 13 Oct 2025 14:43:47 +0200 Subject: feat(commands): get hearts for operators --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e187771..152cdd6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ LifeSteal is a server-side mod recreating the LifeSteal SMP experience. +Players can withdraw hearts with `/withdraw `. + 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. @@ -13,4 +15,6 @@ 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). \ No newline at end of file +You can disable this via the gamerule `lifesteal:canStoreHeartsInEC` (default: false). + +Operators can use `/gethearts ` to get hearts. \ No newline at end of file -- cgit v1.2.3