sendtoast
向所有目标玩家显示“成就栏”消息。如果目标不是玩家,则什么也不做。
属性
属性 | 缩写 | 描述 | 默认值 |
icon | i | 要发送的图标。接受任何有效的材料。 | diamond_sword |
iconnbt | nbt | 图标的 NBT。 | |
message | m | 要发送的消息。必须是双引号。 | |
frame | f | 要发送的成就类型。一定是小写的。选项是:challenge, task , goal | challenge |
例子
Skills: - sendtoast{icon=DIAMOND; iconnbt={CustomModelData:1};message="Kill a boss!";frame=challenge} @PlayersInRadius{r=10} - ...