凉菀彡
1.15.1原版如何用盔甲架做浮空字,网上的使用都无法召唤实体。

cheng_ju6
https://www.mcmod.cn/tools/cbcreator/#/onetouch/3/

xmdhs
/summon armor_stand ~ ~ ~ {Invisible:1b,CustomName:'{"text":"文字"}',CustomNameVisible:1b}

凉菀彡
15057345457 发表于 2020-2-7 21:00
https://www.mcmod.cn/tools/cbcreator/#/onetouch/3/

无法生成实体

凉菀彡
xmdhs 发表于 2020-2-7 21:02
/summon armor_stand ~ ~ ~ {Invisible:1b,CustomName:'{"text":"文字"}',CustomNameVisible:1b}

如何删除?更改颜色?

xmdhs
凉菀彡 发表于 2020-2-7 21:10
如何删除?更改颜色?

/kill @e[type=armor_stand,distance=..5]

站在旁边输

凉菀彡
xmdhs 发表于 2020-2-7 21:11
/kill @e[type=armor_stand,distance=..5]

站在旁边输

能改颜色不?

xmdhs

/summon armor_stand ~ ~ ~ {Invisible:1b,CustomName:'{"text":"文字"}',CustomNameVisible:1b,color:"red"}


color:渲染文字时使用的颜色。有效值有:“black”、“dark_blue”、“dark_green”、“dark_aqua”、“dark_red”、“dark_purple”、“gold”、“gray”、“dark_gray”、“blue”、“green”、“aqua”、“red”、“light_purple”、“yellow”、“white”和“reset”(取消父对象使用的颜色效果)。技术上来说,“bold” (粗体)、“underline”(下划线)、“italic”(斜体)、“strikethrough”(删除线)和“obfuscated”(模糊处理)都是可接受的,不过建议使用下文提到的标签来实现。

https://minecraft-zh.gamepedia.c ... N.E6.96.87.E6.9C.AC

凉菀彡
xmdhs 发表于 2020-2-7 21:14
/summon armor_stand ~ ~ ~ {Invisible:1b,CustomName:'{"text":"文字"}',CustomNameVisible:1b,color:"re ...

纠正一下 是/summon armor_stand ~ ~ ~ {Invisible:1b,CustomName:'{"text":"文字","color":"颜色"}',CustomNameVisible:1b}