マイクラでバイクを走らせたい(3)コマンドを使う

初めてのマインクラフト PC

チートを使う 統合版

冒険を効率的に楽しみたいのでチートを使うことにしました。

朝にする
/time set sunrise
テレポート例
/tp @s 100 65 200
更地にする
/fill ~1 ~0 ~1 ~25 ~25 ~25 air
5x5x5の豆腐ハウスを作る
/fill ~1 ~0 ~1 ~8 ~5 ~10 planks
エンチャント ダメージレベル5
/enchant @s sharpness 5
エンチャント ダメージ軽減レベル4
/enchant @s protection 4
クリエイティブ
/gamemode creative
サバイバル
/gamemode survival
オオカミ召喚
/summon wolf
ネコ召喚
/summon cat
暗視
/effect @s night_vision 6000 1 true

チートを使う java版

java版のチートです。

朝にする
/time set day
村を探す
/locate structure minecraft:village_plains
テレポート例
F3キーで現在地が分かる
/tp @s 100 65 200
更地にする
/fill ~1 ~0 ~1 ~25 ~25 ~25 air
8x10x5の豆腐ハウスを作る
/fill ~1 ~0 ~2 ~8 ~5 ~10 oak_planks hollow
エンチャント ダメージレベル5
/enchant @s sharpness 5
エンチャント ダメージ軽減レベル4
/enchant @s protection 4
クリエイティブ
/gamemode creative
サバイバル
/gamemode survival
アイテム保持
/gamerule keepInventory true

もどす
/gamerule keepInventory false
オオカミ召喚
/summon wolf
ネコ召喚
/summon cat
暗視
/effect give @p minecraft:night_vision 1000 0 true
タイトルとURLをコピーしました