显示页面修订记录反向链接回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 ====== sendtoast ====== 向所有目标玩家显示“成就栏”消息。如果目标不是玩家,则什么也不做。 ===== 属性 ===== |属性|缩写|描述|默认值| |icon|i|要发送的图标。接受任何有效的材料。|diamond_sword| |iconnbt|nbt|图标的 NBT。|| |message|m|要发送的消息。必须是双引号。|| |frame|f|要发送的成就类型。一定是小写的。选项是:challenge, task , goal|challenge| ===== 例子 ===== <code yaml [enable_line_numbers="true"]> Skills: - sendtoast{icon=DIAMOND; iconnbt={CustomModelData:1};message="Kill a boss!";frame=challenge} @PlayersInRadius{r=10} - ... </code> 插件手册/mythicmobs/技能/机制列表/sendtoast.txt 最后更改: 2021/09/07 11:20由 duangfafa