Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
介紹│Introduce
此數據包目的是讓玩家在卸載數據包可以刪除殘留的記分板,具體辦法如下。│The purpose of this data pack is to allow players to delete the remaining scoreboard after uninstalling the data pack. The specific method is as follows.
- 輸入這條指令:
/function clear_all_scoreboards:start
,它會在你原本的位置生成一個特殊的指令方塊並跳出提示。│Type this command:/function clear_all_scoreboards:start
, which will create a special command block at your original location and pop up a prompt. - 點選跳出的提示"Execute?",它會使你的聊天欄出現指令:
/function clear_all_scoreboards:exe {do_not_clear:[]}
,直接按下Enter鍵就會刪除所有記分板了,同時腳下的指令方塊會被破壞掉。如果你想要保留你需要的記分板,可以在指令中的/function clear_all_scoreboards:exe {do_not_clear:[ <這裡> ]}
設定,格式為:{do_not_clear:["<記分板系統名>","<記分板系統名>"...]}
。│Click on the prompt "Execute?" that pops up. This will prompt the command:/function clear_all_scoreboards:exe {do_not_clear:[]}
. Simply pressing Enter will delete all scoreboards and destroy the command block below. If you want to keep the scoreboards you need, you can set it in the command (where marked HERE):/function clear_all_scoreboards:exe {do_not_clear:[ <HERE> ]}
, in the following format:{do_not_clear:["<Objective>","<Objective>"...]}
.