


# 🌐 **ENGLISH**
## **Overview**
Auto-PurgeValuables is a simple utility mod that automatically removes all **valuable objects (ValuableObject)** when the mission enters the **final extraction phase**.
Optionally, you can configure it to remove valuables **immediately after the level is generated**.
## 🔧 **Configuration**
Config file location:
BepInEx/config/Kai.Auto-PurgeValuables.cfg
### **Settings**
| Setting | Default | Description |
| ----------------------- | ------- | ---------------------------------------------------------------------------- |
| PurgeOnLevelGenerated | false | If enabled, valuables are removed right after the level finishes generating. |
| EnableDebugLog | false | Enables logging for debugging purposes. |
## 💬 **Chat Commands**
| Command | Description |
| ------- | ------------------------------------------- |
| /rv | Removes all valuables in the current scene. |
| /RV | Same as /rv (case-insensitive). |
(Host only)
# 🇯🇵 **日本語**
## **概要**
Auto-PurgeValuables は、ミッションが **最終抽出フェーズ** に入った際に、
シーン内の **すべての貴重品(ValuableObject)** を自動で削除する MOD です。
また、ステージ生成直後に貴重品を削除する設定も用意しています。
## 🔧 **設定ファイル**
設定ファイルの場所:
BepInEx/config/Kai.Auto-PurgeValuables.cfg
### **設定項目**
| 設定名 | デフォルト | 説明 |
| ----------------------- | ------- | -------------------- |
| PurgeOnLevelGenerated | false | ステージ生成完了後に貴重品を削除します。 |
| EnableDebugLog | false | デバッグログを有効にします。 |
## 💬 **チャットコマンド**
| コマンド | 説明 |
| ----- | ---------------------------- |
| /rv | 現在のシーンにある全貴重品を削除します。 |
| /RV | /rv と同じです(大文字・小文字は無視されます)。 |
※ ホストのみ使用可能