give @p minecraft:potion 1 800 {display:{Name:"HAHAHA",Lore:["Awesome"]},{CustomPotionEffects:[{Id:23,Amplifier:4,Duration:5184000}]}}
- /give @p minecraft:potion 1 0 {CustomPotionEffects:[{Id:23,Amplifier:4,Duration:5184000}],display:{Name:"HAHAHA",Lore:[0:"Awesome",]}}
还有你设置800那数字必须是0,否则显示不了材质
2794793086,你好。
复制代码
CustomPotionEffects外头不需要额外包一层花括号。
方块附加值不能超过15。
更改后如下:
复制代码
求采纳。
- give @p minecraft:potion 1 800 {display:{Name:"HAHAHA",Lore:["Awesome"]},{CustomPotionEffects:[{Id:23,Amplifier:4,Duration:5184000}]}}
CustomPotionEffects外头不需要额外包一层花括号。
方块附加值不能超过15。
更改后如下:
- give @p minecraft:potion 1 0 {display:{Name:"HAHAHA",Lore:["Awesome"]},CustomPotionEffects:[{Id:23,Amplifier:4,Duration:5184000}]}
求采纳。
正确指令:give @p minecraft:potion 1 800 {display:{Name:"HAHAHA",Lore:["Awesome"]},{CustomPotionEffects:[{Id:23,Amplifier:4,Duration:5184000}]}}
你的端口错了
求认证
你的端口错了
求认证
18806277008 发表于 2017-5-21 12:19
正确指令:give @p minecraft:potion 1 800 {display:{Name:"HAHAHA",Lore:["Awesome"]},{CustomPotionEffe ...
give @p minecraft:potion 1 800 {display:{Name:"HAHAHA",Lore:["Awesome"]},{CustomPotionEffects:[{Id:23,Amplifier:4,Duration:5184000}]}}
1800只能是1-10