Brigadier 指令套件參考
首頁 / 指令
💻 Brigadier 指令套件與語法規範
伺服器管理員(權限等級 2 / LEVEL_GAMEMASTERS)可使用原生指令動態管理伺服器規則並執行除錯場景:
1. 動態 GameRule 管理 (/gamerule)
伺服器設定選項可隨時使用 Minecraft 原生的 /gamerule 指令動態更新:
/gamerule betterdogs:bd_friendly_fire_protection false
/gamerule betterdogs:bd_wolf_min_scale_percent 80
/gamerule betterdogs:bd_debugging true2. 內建 Brigadier 除錯指令樹 (/betterdogs)
/betterdogs 指令樹提供了用於測試 AI 行為和場景的高級除錯工具。子指令受布林規則 /gamerule betterdogs:bd_debugging true 門禁保護:
/betterdogs debug personality <targets> <type>
/betterdogs debug action <targets> <actionType> [secondaryTarget]
/betterdogs debug territory/betterdogs debug personality <targets> <normal|aggressive|pacifist>: 動態強制修改指定選定狼實體的個性特徵。/betterdogs debug action <targets> <actionType> [secondaryTarget]: 強制目標狼群立即執行特定的社交動作(例如howl長嘯、zoomies狂奔、beg乞食、fetch銜取)。/betterdogs debug territory: 在玩家周圍生成預先設定的野生狼群領地爭端場景,以測試狼群開戰、合併與撤退 AI 邏輯。
返回 首頁 | 查看 命名空間遊戲規則參考
