生成浮空字很简单,有点CB基础的都会对吧:)
把生成浮空字的指令丢到function里即可
注意,不要直接生成,一般是给玩家一个命令方块,然后把指令丢到命令方块里.
- give @s command_block 1 0 {BlockEntityTag:{Command:"summon Armor_Stand ~ ~0.5 ~ {Invisible:1b,NoGravity:1b,Small:1b,CustomName:"Text Here!",CustomNameVisible:1b,DisabledSlots:2039583}"}}
复制代码
|