/scoreboard players add @a 累計(jì)在線 1(循環(huán)命令方塊延遲1200,每1分鐘時(shí)間加1*)
/scoreboard objectives setdisplay belowname 累計(jì)在線(計(jì)分板顯示在玩家頭頂*)
/scoreboard objectives add 累計(jì)在線 dummy(創(chuàng)建計(jì)分板*)
/kill @e[type=tnt](清除TNT實(shí)體,循環(huán)命令方塊*)
/clear @a end_crystal(無(wú)法拿出末影水晶,循環(huán)命令方塊*)
/execute @a~~~ fill~-10~-3~-10~10~3~10 air 0 replace flowing_lava(無(wú)法放置巖漿,循環(huán)命令方塊*)
§
/tellraw @a {"rawtext":[{"text":"<蔡徐坤>你們好,我是實(shí)習(xí)兩年半的個(gè)人練習(xí)生蔡徐坤"}]}
/tellraw @a {"rawtext":[{"text":"§e 馬化騰加入了游戲"}]}
/tellraw @a {"rawtext":[{"text":"§e蔡徐坤 退出了游戲"}]} 假裝退出游戲
/tellraw @a {"rawtext":[{"text":"§e蔡徐坤 進(jìn)入了游戲"}]} 假裝進(jìn)入游戲
/tellraw @a {"rawtext":[{"text":"§e獲得成就! §c路過(guò)"}]} 成就
clone ~~-1~ ~~-1~ ~~1~(循環(huán) 無(wú)條件 保持開(kāi)啟)沒(méi)有延遲,復(fù)制方塊
/gamerule commandblockoutput false(拒絕指令提示*)
/give @s command_block 命令方塊
/give @s deny 拒絕方塊
/give @s barrier 屏障方塊
/give @s border_block 邊界方塊
/kill @e[type=minecraft:tnt] 清除點(diǎn)燃的TNT
/kill @e[type=minecraft:tnt_minecart] 清除TNT礦車(chē)
/clear @a respawn_anchor 禁止重生錨
滿級(jí)蜘蛛1
execute @e[type=spider] ~~~ execute @a[r=5] ~~~ effect @e[type=spider] speed 1 5 true
滿級(jí)蜘蛛2
execute @e[type=spider] ~~~ execute @a[r=3] ~~~ setblock ~~~ web
僵尸防火
effect @e[type=zombie] fire_resistance 99999999 1 true
僵尸破壞方塊
execute @a ~~~ detect ^^1^1 planks 0 setblock ^^1^1 air 0 destroy
僵尸搭方塊
execute @e[type=zombie,rx=-60] ~ ~ ~ fill ~ ~ ~ ~ ~ ~ stone
僵尸爬墻
execute @e[type=zombie] ~~~ detect ^^1^1 stone 0 effect @e[type=zombie,c=1] levitation 2 1 true
僵尸無(wú)中生友
execute @e[type=zombie] ~ ~ ~ summon zombie
僵尸發(fā)現(xiàn)玩家變快
execute @e[type=zombie] ~~~ execute @a[r=10] ~ ~ ~ effect @e[type=zombie] speed 1 5 true