Pseudo_Ginseng
我需要give的指令大全,需要可以修改物品名称和介绍的标签,指令
还有修改物品属性的指令
下面请大佬发言

xmdhs
https://minecraft-zh.gamepedia.com/%E5%91%BD%E4%BB%A4/give

能具体点吗

Pseudo_Ginseng
xmdhs 发表于 2019-8-12 22:00
https://minecraft-zh.gamepedia.com/%E5%91%BD%E4%BB%A4/give

能具体点吗

我搜索过过wiki了,但是没找到我想要的
物品介绍就是鼠标指针放在物品上,显示的物品名字下面的介绍,一般的有些服务器应该会有
还有我需要能修改物品属性的标签或者指令 比如修改伤害(没有附魔) 攻击速度这些之类的

Chelover_C60
本帖最后由 CHElover_C60 于 2019-8-12 22:34 编辑

Player.dat格式 - Minecraft Wiki,最详细的官方我的世界百科
你要的是这个吗?

↓ 标题给我一种错觉


Pseudo_Ginseng
CHElover_C60 发表于 2019-8-12 22:08
Player.dat格式 - Minecraft Wiki,最详细的官方我的世界百科
你要的是这个吗?

这个好像挺有帮助的,
我看了一下,可能是我瞎,我没有找到可以修改物品介绍内容的标签,这个标签我是最需要的

Pseudo_Ginseng
CHElover_C60 发表于 2019-8-12 22:08
Player.dat格式 - Minecraft Wiki,最详细的官方我的世界百科
你要的是这个吗?

好的我找到了,
但是如何添加到指令上面去?
能问下格式么

Chelover_C60
本帖最后由 CHElover_C60 于 2019-8-12 22:29 编辑
Pseudo_Ginseng 发表于 2019-8-12 22:16
这个好像挺有帮助的,
我看了一下,可能是我瞎,我没有找到可以修改物品介绍内容的标签,这个标签我是最 ...
  1. /give @s diamond_sword{display:{Name:'{"text":"名字"}',Lore:['{"text":"第一行介绍","color":"blue"}','{"text":"第二行介绍","color":"green"}']},AttributeModifiers:[{Slot:mainhand,Operation:0,Amount:10d,AttributeName:generic.attackDamage,UUIDLeast:1,UUIDMost:1}]}
复制代码


爱心魔王FHC
/give @a minecraft:stone{display:{Name:"{\"text\":\"物品名字\",\"color\":\"red\"}",Lore:["{\"text\":\"介绍1\",\"color\":\"blue\"}","{\"text\":\"介绍2\",\"color\":\"green\"}"]},AttributeModifiers:[{Operation:0,UUIDLeast:1,UUIDMost:1,Amount:9000000000.0,AttributeName:generic.attackDamage,Name:Attack}]} 1

属性效果见:https://www.mcbbs.net/thread-209718-1-1.html

Pseudo_Ginseng
FHC红石 发表于 2019-8-12 22:22
/give @a minecraft:stone{display:{Name:"{\"text\":\"物品名字\",\"color\":\"red\"}",Lore:["{\"text\": ...

谢谢大佬
已经可以了