RT,我想在发言的用户名后面添加一个时间格式,已记录发言时间
复制代码
这是我添加的格式请问哪里出错了?或者说chat不支持{TIME}变量,有没有其他的变量?
- Default: '[{WORLDNAME}] [{DISPLAYNAME}] [{TIME}] &7:&r {MESSAGE}'
这是我添加的格式请问哪里出错了?或者说chat不支持{TIME}变量,有没有其他的变量?
自己看
复制代码
- There are a few tags that will be automatically replaced by the server:
- {DISPLAYNAME} {MESSAGE} {GROUP} {WORLDNAME} {SHORTWORLDNAME} {TEAMPREFIX} {TEAMSUFFIX} {TEAMNAME}
- {MESSAGE} is the text you type into chatbox.
- {GROUP} is the name of the permissions group you are in. requires a permission plugin.
- {DISPLAYNAME} is the name of your user with prefix/suffix added.
- {WORLDNAME} is the name is the name of the world you are in.
- {SHORTWORLDNAME} is the first letter of the world you are in.
- {TEAMPREFIX} {TEAMSUFFIX} {TEAMNAME} are your scoreboard team variables.
意思就是说,没有TIME这个功能?!!!