using version : 1.15.2
/help
/help <command>
/gamemode creative
/gamemode survival
/gamerule doDaylightCycle false
/setblock ~ ~ ~ minecraft:stone
/fill ~ ~ ~ ~ ~10 ~5 stone
/clone ~ ~ ~ ~ ~10 ~5 ~10 ~ ~
/fill ~ ~ ~ ~2 ~-1 ~2 minecraft:stone replace minecraft:cobblestone
/tp @p ~ ~5 ~
@a
所有"玩家"@e
所有"實體"@p
最近的玩家@r
隨機玩家@s
指令執行者/tp @e ~ ~5 ~
/tp @e[type=item] ~ ~5 ~
/effect give @p minecraft:blindness 100 1 false
/effect clear @p minecraft:blindness
/effect give @p minecraft:levitation 100 255 true
/give @p minecraft:diamond_sword 1
/data get entity @e[type=item,limit=1]
/give @p minecraft:potion{Potion: "slow_falling"} 1
/give @p diamond_pickaxe{Enchantments:[{id:efficiency,lvl:5}]} 1
/give @p diamond_pickaxe{Enchantments:[{id:efficiency,lvl:100}]} 1
/give @p diamond_sword{display:{Name:"[{\"text\":\"+100傳說寶劍\",\"italic\":false}]",Lore:["[{\"text\":\"經歷ㄌ風風雨雨\",\"italic\":false}]","[{\"text\":\"在大量強化材料貢獻下強化出來的寶劍\",\"italic\":false}]","[{\"text\":\"傳說中能一級秒殺任何生物\",\"italic\":false}]"]},Enchantments:[{id:efficiency,lvl:1000},{id:sharpness,lvl:1000}],HideFlags:1} 1
/give @p minecraft:command_block 1
/summon bat ~ ~ ~
/summon bat ~ ~ ~ {NoAI:1b}
/summon bat ~ ~ ~ {NoAI:1b,CustomName: "\"THE BAT\""}
/tag @e[type=bat] add HI
/kill @p
/kill @e[type=item]
/kill @e[tag=HI]
/kill @e[name="THE BAT"]
/playsound minecraft:block.anvil.use block @p ~ ~ ~ 1 1
/say HI
/tell @p HI
/tellraw @p [{"text":"HIHI"}]
/tellraw @p [{"text":"HIHI","color":"blue","clickEvent":{"action":"open_url","value":"https://google.com"}}]
/tellraw @p [{"text":"飛高高","bold":true,"color":"red","clickEvent":{"action":"run_command","value":"/tp ~ ~5 ~"}}]
施工中