显示页面过去修订反向链接回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 ====== sendtitlemessage ====== 向所有目标玩家显示“标题”和/或“副标题”消息。如果目标不是玩家,则什么也不做。 ===== 属性 ===== |属性|缩写|描述|默认值| |title|t|要发送的标题字符串。必须是双引号。|-| |subtitle|st|要发送的字幕字符串。必须是双引号。|-| |duration|d|标题将显示多长时间(刻)|1| |fadeIn|fi|标题的淡入时间(刻)|1| |fadeOut|fo|标题的淡出时间(刻)|1| ===== 例子 ===== <code yaml [enable_line_numbers="true"]> Skills: - sendtitle{title="Beware!";subtitle="A dangerous spell is being cast!";d=20} @PlayersInRadius{r=10} - ... </code> 插件手册/mythicmobs/技能/机制列表/sendtitlemessage.txt 最后更改: 2021/09/07 11:16由 duangfafa