您好,今天芳芳来为大家解答以上的问题。我的世界命令方块怎么给自己神器附魔,我的世界命令方块怎么给自己神器相信很多小伙伴还不知道,现在让我们一起来看看吧!
1、/give @p diamond_sword 1 0 {AttributeModifiers:[{Operation:0,UUIDLeast:1,UUIDMost:1,Amount:1,AttributeName:generic.attackDamage,Name:G},{Operation:0,UUIDLeast:3,UUIDMost:3,Amount:10,AttributeName:generic.knockbackResistance,Name:J},{Operation:0,UUIDLeast:4,UUIDMost:4,Amount:0.1,AttributeName:generic.movementSpeed,Name:S},{Operation:0,UUIDLeast:5,UUIDMost:5,Amount:20,AttributeName:generic.maxHealth,Name:H}],Unbreakable:1b}神器示范Operation:后面只能写0或者1,否则游戏会崩溃。
2、0就是属性显示数字,1就是属性显示百分比。
3、UUIDLeast和UUIDMost:独特的ID,这项可以随便写,无需求。
4、Amount:等级数量,比如加9000级的攻击,就是Amount:9000.0AttributeName:这一行是最重要的,属性类型。
5、前面说了有五种类型,这里就要写五种其中一种的名字。
6、generic.attackDamage - 攻击generic.followRange - 跟踪范围generic.maxHealth - 最大生命generic.knockbackResistance - 防击退generic.movementSpeed - 速度Name:也是没什么用的,名字随便打。
7、Unbreakable:是否开启不毁,1b就是开启,不开启就不用输。
8、这个命令要在命令方块中使用。
本文就为大家分享到这里,希望小伙伴们会喜欢。
标签: