クリエイティブでコマンドブロックを出し、コピーしてCtrl+Vで貼り付けで簡単にアイテムをゲットできます。
※1.12.X以前のバージョンでは使用できません
※最強とは言っていますが、実際はそこそこ最強です
/give␣対象␣アイテムID{AttributeModifiers:[{AttributeName:"効果名",Name:"名前",Amount:数値,Operation:0,UUIDLeast:数値,UUIDMost:数値,Slot:"mainhand | offhand | head | chest | legs | feet"}],Enchantments:[{id:エンチャント名,lvl:レベル}],Unbreakable:1}␣個数
give @p minecraft:diamond_helmet
与える 近くのプレーヤーに 例:ダイヤのヘルメット
AttributeModifiers
性質を変更しますとの意味です
AttributeName 効果名
generic.maxHealth
(HP、デフォルト20、最大1024、上げすぎると画面が見えないので100までが妥当)
generic.knockbackResistance
(ノックバック耐性、1.0で効果あり)
generic.movementSpeed
(移動速度、最大1024、デフォルトが0.1なので3までが妥当)
generic.attackDamage
(攻撃力、MAX2048、最大まで上げましょう)
generic.attackSpeed
(攻撃スピード、最大1024、連打はしたいですよね)
generic.armor
(防御力、最大30、ダイヤの防御力が20なので最大にしてもあまり上がらない)
generic.armorToughness
(防具の耐久力、最大20、Unbreakable:1で無限なので必要ない)
generic.luck
(幸運、最小-1024、最大1024、ツルハシに)
Name
効果名と同じで問題ありません
Amount
効果の数値、効果の種類によって最大効果が変わります
Operation
0、1、2、とありますが、0で問題なしです
UUIDLeast、UUIDMost
識別名なので同じ数値では不具合が出る可能性があります
Slot
どこに装着、もしくはどっちの手に持ったら効果が現れるか
Enchantments
リンク先で確認
ビビアンのマイクラ攻略ブログ -マインクラフト-
1.13.x エンチャントコマンド作成ツール
Unbreakable:1
不可壊、耐久無限です
スペース1
与える個数
AttributeModifiers Enchantments の効果をふたつずつ繋げる場合
/give␣対象␣アイテムID
{AttributeModifiers:[{①},{②}],Enchantments:[{③},{④}],Unbreakable:1}␣1
①と②は以下の配列が入ります
AttributeName:"効果名",Name:"名前",Amount:数値,Operation:0,UUIDLeast:数値,UUIDMost:数値,Slot:"mainhand | offhand | head | chest | legs | feet"
③と④は以下の配列が入ります
id:エンチャント名,lvl:レベル
コマンド入力方法
条件はクリエイティブです
コマンドブロックを出します
(文字数が長いのでチャットではなくコマンドブロックなのです)
クリエイティブでチャット入力
コマンドブロックを出すコマンド
/give @p minecraft:command_block
上記をコピーして Ctrl+V で貼り付け
コマンドブロックにレバーやボタンなどレッドストーン信号を出すアイテム設置
コンソールコマンドに下記のコマンドをコピーして Ctrl+V で貼り付け、完了
レッドストーン信号、ONでスロットにアイテムが入ります
※文字数が短い場合はチャット入力でもOKです
最強の防具と武器?
※エンチャントのレベルは10で統一しています、最高値の32767ですがドロップ増加や幸運、ノックバックなどパソコンに優しくないので、上げすぎない方が無難です。
ダイヤのヘルメット
/give @p minecraft:diamond_helmet{AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:30,Operation:0,UUIDLeast:89999,UUIDMost:89998,Slot:"head"}],Enchantments:[{id:protection,lvl:10},{id:fire_protection,lvl:10},{id:blast_protection,lvl:10},{id:projectile_protection,lvl:10},{id:respiration,lvl:10}],Unbreakable:1} 1
ダイヤのチェストプレート
/give @p minecraft:diamond_chestplate{AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:80,Operation:0,UUIDLeast:89997,UUIDMost:89996,Slot:"chest"},{AttributeName:"generic.armor",Name:"generic.armor",Amount:30,Operation:0,UUIDLeast:89995,UUIDMost:89994,Slot:"chest"},{AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:1.0,Operation:0,UUIDLeast:89993,UUIDMost:89992,Slot:"chest"}],Enchantments:[{id:protection,lvl:10},{id:fire_protection,lvl:10},{id:blast_protection,lvl:10},{id:projectile_protection,lvl:10}],Unbreakable:1} 1
ダイヤのレギンス
/give @p minecraft:diamond_leggings{AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:30,Operation:0,UUIDLeast:89991,UUIDMost:89990,Slot:"legs"}],Enchantments:[{id:protection,lvl:10},{id:fire_protection,lvl:10},{id:blast_protection,lvl:10},{id:projectile_protection,lvl:10}],Unbreakable:1} 1
ダイヤのブーツ
/give @p minecraft:diamond_boots{AttributeModifiers:[{AttributeName:"generic.armor",Name:"generic.armor",Amount:30,Operation:0,UUIDLeast:89989,UUIDMost:89988,Slot:"feet"}],Enchantments:[{id:protection,lvl:10},{id:fire_protection,lvl:10},{id:feather_falling,lvl:10},{id:blast_protection,lvl:10},{id:projectile_protection,lvl:10},{id:depth_strider,lvl:10},{id:frost_walker,lvl:10}],Unbreakable:1} 1
ダイヤの剣
/give @p minecraft:diamond_sword{AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:999,Operation:0,UUIDLeast:999999,UUIDMost:999998,Slot:"mainhand"},{AttributeName:"generic.attackSpeed",Name:"generic.attackSpeed",Amount:100,Operation:0,UUIDLeast:999997,UUIDMost:999996,Slot:"mainhand"}],Enchantments:[{id:fire_aspect,lvl:10},],Unbreakable:1} 1
弓
/give @p minecraft:bow{Enchantments:[{id:power,lvl:10},{id:flame,lvl:10},{id:infinity,lvl:10}],Unbreakable:1} 1
ビビアンのマイクラ攻略ブログ -マインクラフト-
エンチャントコマンド作成ツール
簡単にエンチャントコマンドが作成できます。属性の変更は不可壊だけですが、エンチャントで最強になるなら手っ取り早いです。しかも日本語なのです。すばらしい。
関連サイト
1.13.x 自作ポーションで最強になる方法
1.13.x 剣の連打速度を上げるコマンド
1.12.2 コマンドで最強になってみた
わわわわわわわわわあわわわわわわ
返信削除すごいですめ〜〜〜〜〜〜〜
返信削除