cmd_tip - LiXizhi/ParaCraft GitHub Wiki
command: /tip
quick ref:
/tip [-color #ff0000] [-duration 5000] [-name] [text]
description:
show a screen message to a channel name with a given string
@param -color: text color, default to black
@param -duration: in milliseconds. default to 10000 or 10 seconds
e.g.
/tip hello world
/tip -color #ff0000 -duration 1000 red text with 1 second
/tip -name1 hello show text in name1 channel
/tip -name1 clear name1
点击观看/tip教学视频
- 在屏幕正上方显示一条文字信息,相当于“小提示”。
- 如输入命令 /tip hello ,则在屏幕正上方显示一条“hello”的提示。