2016-05-22 13 views
-1

私はすぐにコマンドブロックを使ってアイテム/アーモリを生成できる部屋を作ろうとしていましたが、しかし、それは同じように機能しません。ここでは、私が使用する装甲の簡単なコマンドです:(全てのuuidが変更され、異なっていますが、ほとんどのuuidが1ずつ減少し、最小のuuidが1つずつ追加されます)minecraft item statコマンドは動作しません(minecraft pc、1.9.4 [no mods])

chest piece :

/give @p minecraft:diamond_chestplate 1 0 {AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:10,Operation:0,UUIDLeast:298103,UUIDMost:329215},{AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:99999,Operation:0,UUIDLeast:461333,UUIDMost:621632},{AttributeName:"generic.armor",Name:"generic.armor",Amount:10,Operation:0,UUIDLeast:121228,UUIDMost:767793},{AttributeName:"generic.luck",Name:"generic.luck",Amount:2500,Operation:0,UUIDLeast:854645,UUIDMost:31500},{AttributeName:"generic.armorToughness",Name:"generic.armorToughness",Amount:99999,Operation:0,UUIDLeast:686589,UUIDMost:713961}],Unbreakable:1,display:{Name:"Legendary ARES chest armor",Lore:[armor said to withstand the most fearful attacks!]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:3,lvl:32767},{id:4,lvl:32767},{id:7,lvl:32767}]} 

ヘルメット:

/give @p minecraft:diamond_helmet 1 0 {AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:10,Operation:0,UUIDLeast:298104,UUIDMost:329214},{AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:99999,Operation:0,UUIDLeast:461334,UUIDMost:621631},{AttributeName:"generic.armor",Name:"generic.armor",Amount:10,Operation:0,UUIDLeast:121229,UUIDMost:767792},{AttributeName:"generic.luck",Name:"generic.luck",Amount:2500,Operation:0,UUIDLeast:854646,UUIDMost:31499},{AttributeName:"generic.armorToughness",Name:"generic.armorToughness",Amount:99999,Operation:0,UUIDLeast:686590,UUIDMost:713960}],Unbreakable:1,display:{Name:"Legendary ARES helmet Armor",Lore:[armor said to withstand the most fearful attacks!]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:3,lvl:32767},{id:4,lvl:32767},{id:5,lvl:5},{id:6,lvl:32767},{id:7,lvl:32767}]} 

レギンス:

/give @p minecraft:diamond_leggings 1 0 {AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:10,Operation:0,UUIDLeast:298105,UUIDMost:329213},{AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:99999,Operation:0,UUIDLeast:461335,UUIDMost:621630},{AttributeName:"generic.armor",Name:"generic.armor",Amount:10,Operation:0,UUIDLeast:121230,UUIDMost:767791},{AttributeName:"generic.luck",Name:"generic.luck",Amount:2500,Operation:0,UUIDLeast:854647,UUIDMost:31498},{AttributeName:"generic.armorToughness",Name:"generic.armorToughness",Amount:99999,Operation:0,UUIDLeast:686591,UUIDMost:713959}],Unbreakable:1,display:{Name:"Legendary ARES leggings Armor",Lore:[armor said to withstand the most fearful attacks!]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:3,lvl:32767},{id:4,lvl:32767},{id:7,lvl:32767}]} 

ブーツ:

/give @p minecraft:diamond_boots 1 0 {AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:10,Operation:0,UUIDLeast:298106,UUIDMost:329212},{AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:99999,Operation:0,UUIDLeast:461330,UUIDMost:621629},{AttributeName:"generic.armor",Name:"generic.armor",Amount:10,Operation:0,UUIDLeast:121231,UUIDMost:767790},{AttributeName:"generic.luck",Name:"generic.luck",Amount:2500,Operation:0,UUIDLeast:854648,UUIDMost:31497},{AttributeName:"generic.armorToughness",Name:"generic.armorToughness",Amount:99999,Operation:0,UUIDLeast:686592,UUIDMost:713958}],Unbreakable:1,display:{Name:"Legendary ARES boots Armor",Lore:[armor said to withstand the most fearful attacks!]},ench:[{id:0,lvl:32767},{id:1,lvl:32767},{id:2,lvl:32767},{id:3,lvl:32767},{id:4,lvl:32767},{id:7,lvl:32767},{id:8,lvl:32767},{id:9,lvl:32767}]} 

問題は、(それが落下ダメージを与え浮揚を引き起こすことができるよう、内部の)私は、私はしかしと、無鎧の矢印に耐えることができていないパワー「のような」で、自分自身に私のカスタム矢印を使用する場合であります私はすぐにヒットで死ぬ私のコマンド鎧...

カスタム矢印と弓(PVP弓)は、次のとおりです。

弓:

/give @p minecraft:bow 1 0 {Unbreakable:1,display:{Name:"eliete bow",Lore:[bow made for tactical combat, and strategic use! ]},ench:[{id:49,lvl:10},{id:51,lvl:9999}]} 

矢印:

/give @p[team=] minecraft:tipped_arrow 64 0 {display:{Lore:[arrows of death]},CustomPotionEffects:[{Id:2,Amplifier:100,Duration:1000,ShowParticles:0b},{Id:9,Amplifier:100,Duration:400,ShowParticles:0b},{Id:15,Amplifier:100,Duration:300,ShowParticles:0b},{Id:17,Amplifier:3,Duration:800,ShowParticles:0b},{Id:19,Amplifier:1,Duration:1200,ShowParticles:0b},{Id:24,Amplifier:100,Duration:6000,ShowParticles:0b},{Id:25,Amplifier:10,Duration:600,ShowParticles:0b}]} 
+0

ミンククラフトのフォーラムやMinecraftサブレディットでコマンドのヘルプについて質問してください –

答えて

0

wikiによると、armorToughnessの最大STATは、私はそれがどんな高いなど即死(鎧/ダメージ計算で、おそらく数学の問題など、予期しないものになった設定として、彼らはそれにそれを設定すると仮定します20です。 )。 9999ではなく20に設定し、問題が解決するかどうか確認してください。

+0

うーん...私はそれを試みましたが、同じ結果、このアーマーは役に立たないようです...私は死ぬとpvpのポイントは何ですか?すぐに、少なくとも私は特別な矢印が良いことを知っています... –

+0

@ N-ninja:すべての統計を20に変更しようとしましたか?それは常に他の人の1人になる可能性があります – StrangeOne101

+0

私はウェブサイト(上記のwiki)を使用して、他のすべての統計情報を最大値に変更しました。何が間違っていたのか分かりません。後で編集したコードを後で投稿します –

関連する問題