bomb

ちょっとおしゃれな攻略本を目指して。マインクラフトに関する記事を作成指定ます。

no image

2026/9/1

/forceload 「コマンド図鑑」【Minecraft / マインクラフト】

「 /forceload 」 基本情報 /forceload JE /forceload information ・構文 /forceload (add <始点> [<終点>]|remove <始点> [<終点>]|remove all|query [<座標>]) ・権限 OP(レベル2) メモ ・チャンクを常時読み込み状態にするかどうかを設定する ・使用例: /forceload add ~ ~(現在いるチャンクを常時読み込みに設定) ・遠くの ...

no image

2026/9/1

/function 「コマンド図鑑」【Minecraft / マインクラフト】

「 /function 」 基本情報 /function JE /function information ・構文 /function <名前> [<引数>|with <データ源> <パス>] ・権限 OP(レベル2) メモ ・データパックの関数(mcfunction)を実行する ・使用例: /function custom:example/test(名前空間customの関数testを実行) ・withでNBTデータをマクロ引数として渡せる

no image

2026/9/1

/give 「コマンド図鑑」【Minecraft / マインクラフト】

「 /give 」 基本情報 /give JE /give information ・構文 /give <対象> <アイテム> [<個数>] ・権限 OP(レベル2) メモ ・プレイヤーにアイテムを与える ・使用例: /give @s diamond 64(自分にダイヤモンド64個) ・個数省略時は1個。存在しないアイテムIDはエラーになる

no image

2026/9/1

/gamerule 「コマンド図鑑」【Minecraft / マインクラフト】

「 /gamerule 」 基本情報 /gamerule JE /gamerule information ・構文 /gamerule <ルール名> [<値>] ・権限 OP(レベル2) メモ ・ゲームルールの値を設定・確認する ・使用例: /gamerule keepInventory true(死んでもアイテムを失わない) ・値を省略すると現在値を確認できる。doDaylightCycle等多数のルールがある

no image

2026/9/1

/item 「コマンド図鑑」【Minecraft / マインクラフト】

「 /item 」 基本情報 /item JE /item information ・構文 /item replace (block <座標>|entity <対象>) <スロット> (with <アイテム> [<個数>]|from ...) / /item modify ... ・権限 OP(レベル2) メモ ・ブロックやエンティティの特定スロットのアイテムを置換・変更・複製する ・使用例: /item replace entity @s we ...

no image

2026/9/1

/jfr 「コマンド図鑑」【Minecraft / マインクラフト】

「 /jfr 」 基本情報 /jfr JE /jfr information ・構文 /jfr (start|stop) ・権限 OP(レベル4) メモ ・JFR(Java Flight Recorder)プロファイリングを開始・停止する(デバッグ/技術者向け) ・使用例: /jfr start(プロファイリングを開始) ・サーバーの性能解析用。一般プレイでは使用しない

no image

2026/8/31

/fill 「コマンド図鑑」【Minecraft / マインクラフト】

「 /fill 」 基本情報 /fill JE /fill information ・構文 /fill <始点> <終点> <ブロック> [destroy|hollow|keep|outline|replace [<置換対象>]] ・権限 OP(レベル2) メモ ・指定した直方体領域を特定のブロックで満たす ・使用例: /fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 minecraft:stone(足元7×7を石に) ・hollowで中空、outli ...

no image

2026/8/31

/deop 「コマンド図鑑」【Minecraft / マインクラフト】

「 /deop 」 基本情報 /deop JE /deop information ・構文 /deop <対象> ・権限 OP(レベル3) メモ ・プレイヤーからオペレーター(OP)権限を剥奪する ・使用例: /deop Steve(SteveのOP権限を剥奪) ・マルチプレイ(サーバー)専用。付与は/op

no image

2026/8/31

/difficulty 「コマンド図鑑」【Minecraft / マインクラフト】

「 /difficulty 」 基本情報 /difficulty JE /difficulty information ・構文 /difficulty [peaceful|easy|normal|hard] ・権限 OP(レベル2) メモ ・ワールドの難易度を設定する ・使用例: /difficulty hard(難易度をハードに設定) ・引数なしで実行すると現在の難易度を確認できる

no image

2026/8/31

/effect 「コマンド図鑑」【Minecraft / マインクラフト】

「 /effect 」 基本情報 /effect JE /effect information ・構文 /effect give <対象> <効果> [<秒数>|infinite] [<強さ>] [<パーティクル非表示>] / /effect clear [<対象>] [<効果>] ・権限 OP(レベル2) メモ ・ステータス効果(ポーション効果)を付与・除去する ・使用例: /effect give @s minecra ...