我的世界服务器指令

/gamemode 0(生存模式)
/gamemode 1(创造模式)
/effect @p invisibility 9999 0 true (隐身无粒子)
/kill @e[type=minecraft:item](清理所有掉落物)
/effect @p night_vision 9999 255(夜视)
/effect @p invisibility 9999 255(隐身)
/ @a show time-(标题字幕)
destroy [all] -(破坏当前的东西)
/kill 名字(杀S某人)
/locate village(村庄或僵尸村庄)
/locate mansion(林地府邸)
/locate stronghold(要塞)
/locate fortress(下界要塞)
/locte buriedtreasure(宝藏)
/locate endcity(末地城)
/locate mineshaft(废弃矿井)
/locate monument(海底神殿)
/locate structure ancientcity (1.19古城)
/give @p structure_block(结构方块)
/give @p command_block(命令方块)
/give @s bordek_block(边界方块)
/give @p light_block 15 15(光明方块)
/give @p allow(允许方块)
/give @p jigsaw[拼图方块(线据方块)]
/give @p deny(拒绝方块)
/enchant @p mending(经验修补)
/enchant @p unbreaking(耐久)
/enchant @p vanishing_curse(消失诅咒)
/enchant @p binding_curse(绑定诅咒)
/enchant @p silk_touch(镐子·精准采集)
/enchant @p fortune(镐子·时运)
/enchant @p efficiency(镐子·效率)
/enchant @p fire_aspect(剑·火焰附加)
/enchant @p knockback(剑·击退)
/enchant @p sharpness(剑·锋利)
/enchant @p bane_of_arthropods(剑·截肢杀手)
/enchant @psmite(剑·亡灵杀手)
/enchant @p looting(剑·抢夺)
/enchant @p infinity(弓·无限)
/enchant @p flame(弓·火矢)
/enchant @p punch(弓·冲击)
/enchant @p power(弓·力量)
/enchant @p quick_charge(弩·快速填充)
/enchant @p piercing(弩·穿透)
/enchant @p multishot(弩·多重箭)
/enchant @p protection(装备·保护)
/enchant @p fire_protection(装备·火焰保护)
/enchant @p feather_faling(装备·摔落保护)
/enchant @p blast_protection(装备·爆炸保护)
/enchant @p projectile_protection(装备·弹物保护)
/enchant @p thorns(装备·荆棘)
/enchant @p respiration(装备·水下呼吸)
/enchant @p aqua_afinity(装备·水下速掘)
/enchant @p depth_strider(装备·深海探寻者)
/enchant @p frost_walker(装备·冰霜行者)
/enchant @p soul_speed(装备·灵魂疾步)
/enchant @p loyalty(三叉戟·忠诚)
/enchant @p riptide(三叉戟·激流)
/enchant @p impaling(三叉戟·穿刺)
/enchant @p channeling(三叉戟·引雷)
/execute @e[name=y] ~~~ tp @s ~~~1
execute @e[name=y] ~~~ fill ^^30^30 ^^30^ barrer 0
/execute @e[name=y] ~~~ fill ^^-1^30 ^^-1^ quartz_block 0
execute @e[name=y] ~~~ fill ^^30^30 ^^^30 quartz_block 0
第1个是循环.无条件红石控制,第2个是连锁无条件保持开启,第3个连锁.无条件保持开启,第4个连锁.无条件保持开启。
公告栏:每1个命令方块循环.无条件.保持开启,每隔一个方块放一个命令方块。
/scoreboard objectives add a dummy 公告栏
/scoreboard objectives add sidebar descending
/scoreboard objectives set 文本 a 1
全币榜:每1个命令方块循环.无条件.保持开启,每隔一个方块放一个命令方块。
/scoreboard objectives add 金币榜 dummy
/scoreboard objectives setdisplay list 金币榜 descending
/scoreboard players set @p 金币榜 100
扫地机:依次摆放6个命令方块,第1个循环无条件保持开启延迟1200,后面的全部都是连锁无条件保持开启延迟20。记住命令方块的箭头,全部一个方向。
/say §2三秒后开始扫地
/say §43
/say §42
/say §41
/kill @e[type=item]
/say §2清理完毕
clear @a Ender_Pearl(禁止末影珍珠)
clear @a tnt(禁用 TNT)
clear @a tnt_minecart(禁用 TNT 矿车)
clear @a respawn_anchor(禁用重生锚)
/clear @a bucket 10(禁用岩浆)
clear @a flint_and_steel(禁用打火石)
/clear @a chorus_fruit(禁用紫颂果)
全都设置循环.无条件.保持开启
/fill ~20 ~20 ~20 ~-10 ~-10 ~-10 barrier 0 hollow
/fill ~75 ~ ~75 ~-75 ~ ~-75 diamond_ore
/execute @e[type=snowball] ~ ~ ~ fill ~100 ~100 ~ ~ ~ ~ cobblestone_wall
/execute @e[type=arrow] ~ ~ ~ fill ^ ^-3 ^30 ^ ^100 ^31 barrier
召唤血月↓
/fog @a push minecraft:fog_crimson_forest minecraft:fog_crimson_forest
移除血月↓
/fog @a remove minecraft:fog_crimson_forest
僵尸挖方块↓
/execute @e [type=zombie] ~~~ setblock ^^1^1 air 0 destroy
僵尸搭方块↓
/execute @a [rx=-86,type=zombie] ~~~ setblock ~~~ dirt
僵尸远程法术↓
/execute @e [type=zombie] ~~~ effect @a [r=5] instant_damage 1 0 true
僵尸免疫阳光↓