『LiveBuddy』は、プレイヤーをサポートする自律型の人型NPC「Buddy」を追加する Minecraft 1.21.4 / Fabric 用のMODです。
"LiveBuddy" introduces an autonomous humanoid NPC "Buddy" to assist players in Minecraft 1.21.4 (Fabric).
周囲の木を検索して伐採します。
Scans the nearby area and chops down trees.
指定された範囲を単純に掘り下げていきます。
Simply digs down within the specified Y-axis range.
作物を収穫・再植え付けするほか、カボチャやスイカ等も収穫します。
Harvests and replants crops, and also harvests pumpkins and melons.
暗い場所を検知し、自動的に松明を設置して安全を確保します。
Detects dark areas and automatically places torches to keep mobs away.
作業エリアの地表を均し、指定した深さまで整地します。
Flattens the surface of the work area and levels it to a specified depth.
範囲内の敵対Mobを検知し迎撃します。
Detects and attacks nearby hostile mobs.
チェストへの自動預け入れや就寝、ドア開閉など知的な行動を行います。
Performs intelligent actions like auto-depositing to chests, sleeping, and opening doors.
.minecraft/mods フォルダに本MODの .jar ファイルを配置し、Minecraftを起動してください。
Place the mod's .jar file into the .minecraft/mods folder and launch Minecraft.
基本的な召喚と管理はコマンドで行います。複数召喚可能で、それぞれ名前と設定が個別に保存されます。
Basic summoning and management are done via commands. You can spawn multiple buddies, each with permanently saved unique settings.
/lb spawn [name] : Buddyをスポーン/lb call [name|all] : Buddyを呼び寄せ/lb list : ワールド内のBuddy一覧/lb mode <name> <mode> : 動作モード変更/lb bye [name|all] : Buddyを消去/lb spawn [name] : Spawn a buddy/lb call [name|all] : Summon a buddy/lb list : List buddies/lb mode <name> <mode> : Change mode/lb bye [name|all] : Despawn buddy/lb delete <name|all> : 強制的にBuddyを削除(全プレイヤー対象)/lb owner <name> <userid> : オーナーを別のプレイヤーに変更/lb delete <name|all> : Forcefully delete a buddy (affects all players)/lb owner <name> <userid> : Reassign buddy ownership to another player/lb bye でBuddyを消去すると、保有・収納しているアイテムはすべて消滅します。実行前に必ずアイテムを回収してください。
⚠️ WARNING: Using /lb bye will erase the Buddy, and all held/stored items will be permanently lost. Guarantee you retrieve your items before despawning.
クリエイティブインベントリから「LiveBuddy スポーンエッグ」を入手し、地面に使用することでも召喚できます。
In creative mode, you can also obtain a "LiveBuddy Spawn Egg" from the inventory and use it on the ground to summon.
Buddyを右クリックすると管理画面(Buddy Tablet)が開き、全設定とインベントリ管理を行えます。
Right-click a Buddy to open the Tablet GUI for all settings and inventory management.
※注意: 管理画面を開けるのは、そのBuddyのオーナーのみです。
*Note: Only the owner of the Buddy can open the Tablet GUI.
.minecraft/config/livebuddy/skins/ フォルダに標準64x64スキンのPNGを置くと、Tabletから選択可能になります(再起動不要)。
Place standard 64x64 skin PNGs into .minecraft/config/livebuddy/skins/ to select them via the Tablet (no restart required).
データパックで以下のタグにIDを追加することで、対象ブロックを拡張できます(MOD対応等)。
採掘: livebuddy:blocks/livebuddy_ores
伐採: livebuddy:blocks/livebuddy_logs
Expand target blocks via datapack by adding IDs to the following tags:
Mining: livebuddy:blocks/livebuddy_ores
Logging: livebuddy:blocks/livebuddy_logs
一度「待機」にしてから「自律」に戻すか、エリア設定(チャンク半径や掘削深度)が限界になっていないか確認してください。
Switch mode to "Standby" then back to "Auto", or check if area settings (radius/depth) have exceeded their limits.
Q: プレイヤーが離れるとBuddyが止まる Q: Buddy stops working when I walk far awayBuddy Tabletの「チャンク強制ロード」をONにすると働き続けます。サーバー負荷に注意して使用してください。
Turn ON "Force Chunk Load" in the Tablet to keep it active. Use with caution to avoid server lag.
Q: 高い木が途中までしか伐採されない Q: Tall trees are only partially chopped範囲内で繋がっている原木はすべて検知して伐採しますが、斜めに離れている枝葉など、原木同士が直接繋がっていない場合は途切れることがあります。
It detects and chops connected logs within range, but disconnected diagonal branches might be left behind.
Q: バニラモードで素材が落ちてしまう Q: Vanilla mode drops gathered itemsバニラ仕様に準拠してワールドにドロップしますが、Buddyが周囲(5ブロック以内)のアイテムを即座に自動で拾い集めます。インベントリがいっぱいの場合は拾えずに残るため、適宜アイテムを整理するか拠点チェストを登録してください。
It drops items like vanilla, but Buddy will now automatically collect items within a 5-block radius. If its inventory is full, items will remain on the ground.
Q: BuddyのGUIが開けない、コマンドが効かない Q: Cannot open Buddy GUI or commands don't workv0.2.0からオーナー(召喚者)権限が導入されました。自身が召喚したBuddy以外の操作はできません。マルチプレイで他人のBuddyを削除したい場合は、OPコマンド /lb delete 等を使用してください。
Ownership authority was introduced in v0.2.0. You can only control Buddies you summoned. Server admins can use OP commands like /lb delete to manage them.