Minecraft移动版指令玩法多,实用指令大公开!
获取基础物品:
/give @p command_block 获取命令方块
/give @p structure_block 获取结构方块
/give @p barrier 获取屏障方块
/give @p light_block 64 15 获得发光方块
/give @p allow 获取允许方块
/give @p deny 64 获取拒绝方块
/give @p spawn_egg 1 51 获取NPC生成蛋
建筑类快捷操作:
/fill ~7~6~7~-7~-1~-7 planks 0 outline 快速建木屋框架
自动化操作(需命令方块):
execute @e[type=boat] ~~~ fill ^-2^-1^-1 ^2^-1^4 ice 制作自动铺冰船
高级建筑指令组合:
用四个循环命令方块实现自动建筑:
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^0 ^ ^0.6
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^51 ^ ^ ^51 ^50 glass
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^-1 ^ ^ ^-1 ^50 cobblestone
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^-1 ^50 ^ ^50 ^50 quartz_block
趣味玩法指令:
/kill @e[type=item] 清除地面掉落物
mobdamage 关闭怪物伤害
/butcher 清除附近敌对生物
/tree 快速生成树木
/forestgen 生成小型森林
noclip 开启穿墙模式
/heal name 治疗指定玩家
特效指令:
/execute @a ~~~ fill ~-10~-5~-10~10~5~10 air 6 replace tnt 快速清除TNT
/execute @s[name="钻石"]~ ~ ~execute @s ~ ~ ~kill 恶搞钻石矿
/execute 自己名字 ~ ~ ~ tp 朋友名字 ^ ^ ^10 远程操控好友
生物修改指令:
/replaceitem entity @e[type=zombie] slot.armor.0 carved_pumpkin 给僵尸戴南瓜头
/replaceitem entity @e[type=zombie] slot.weapon.mainhand 0 bow 让僵尸持弓
/replaceitem entity @e[type=skeleton] slot.weapon.mainhand 0 diamond_sword 让骷髅持钻石剑
特殊效果指令:
/execute @a ~ ~ ~ detect ~ ~ ~ double_plant -1 effect @a invisibility 1 1 true 实现草丛隐身效果
/clone ~~1~~~1~~~3~ 物品复制