## 🇬🇧 English Description
### 🌟 Key Features
- **Max Health Limit Break**: Removes standard attribute caps (like 1024) and supports max health up to **1 Trillion (1T)**!
- **Smart Health Formatting**: Large health numbers are clean and easy to read using `1K`, `1M`, `B`, and `T` suffixes.
- **Health Bread**: Eating this item increases your max health and immediately restores current health by the same amount.
- **Health Block**: A new block that naturally generates throughout the world.
- **Instant Sleep Healing (QoL)**: Sleeping in a bed through the night instantly heals you to full health if you are injured.
- **Persistent Stats**: Ensures attribute limits remain unlocked upon logging back in, keeping your high HP values safe.
---
### ⚙️ Commands & Usage
Manage player health easily with the `/health` command tree.
#### 1. Set Base Max Health
Directly sets the base maximum health of the player.
- **Syntax**: `/health MaxHP base set <amount>`
- **Examples**:
- `/health MaxHP base set 100` → Sets max health to 100 (50 Hearts)
- `/health MaxHP base set 1000000` → Sets max health to 1M (1 Million)
#### 2. Automatic Health Formatting
Health values automatically scale and display with clean suffixes:
- **1,000** $\rightarrow$ `1K`
- **1,000,000** $\rightarrow$ `1M`
- **1,000,000,000** $\rightarrow$ `1B`
- **1,000,000,000,000** $\rightarrow$ `1T`
---
### 📋 Technical Information
- **Minecraft Version**: 1.20.1
- **Mod Loader**: Forge
# Many Health
[JP] このMODはプレイヤーの最大体力制限を大幅に拡張し、新しいブロックやアイテム、便利なQoL機能を追加するMinecraft Forge用MODです。
[EN] Many Health is a Minecraft Forge mod that greatly expands player max health limits, adding new blocks, items, and convenient QoL features.
---
## 🇯🇵 日本語説明 (Japanese)
### 🌟 主な機能
- **最大体力の限界突破**: 属性制限(デフォルトの1024など)を解除し、**最大1兆 (1T)** までの体力設定に対応!
- **スマートな数値表示**: 体力数値が大きくなっても `1K` (千), `1M` (百万), `1B` (十億), `1T` (兆) などの単位でスッキリとフォーマット表示されます。
- **体力増強パン (Health Bread)**: 食べると最大HPが増加し、増加した分だけ現在のHPもその場で即座に回復します。
- **体力ブロック (Health Block)**: ワールド内に自然生成される新しいブロックです。
- **快適な睡眠回復 (QoL)**: 夜にベッドで寝て朝を迎えると、全快でない場合に**現在のHPが瞬時に最大HPまで全回復**します。
- **データ永続化**: ワールドに入り直しても属性上限がリセットされず、高めた体力がしっかり維持されます。
---
### ⚙️ コマンド一覧と使い方
本MODでは `/health` コマンドを使用してプレイヤーの最大体力を自在に設定・操作できます。
#### 1. ベース最大HPの設定
プレイヤーの基礎となる最大HPを指定した数値に直接変更します。
- **構文**: `/health MaxHP base set <数値>`
- **実行例**:
- `/health MaxHP base set 100` → 最大HPを 100(ハート50個分)に設定
- `/health MaxHP base set 1000000` → 最大HPを 1M(100万)に設定
#### 2. 表示単位の確認と自動フォーマット
設定された数値に応じて、以下のように自動的に略称表示されます。
- **1,000** $\rightarrow$ `1K`
- **1,000,000** $\rightarrow$ `1M`
- **1,000,000,000** $\rightarrow$ `1B`
- **1,000,000,000,000** $\rightarrow$ `1T`
---