moline
RT,我想在发言的用户名后面添加一个时间格式,已记录发言时间
  1.     Default: '[{WORLDNAME}] [{DISPLAYNAME}]  [{TIME}] &7:&r {MESSAGE}'
复制代码

这是我添加的格式请问哪里出错了?或者说chat不支持{TIME}变量,有没有其他的变量?

jiuerd
自己看
  1.     There are a few tags that will be automatically replaced by the server:

  2.     {DISPLAYNAME} {MESSAGE} {GROUP} {WORLDNAME} {SHORTWORLDNAME} {TEAMPREFIX} {TEAMSUFFIX} {TEAMNAME}

  3.     {MESSAGE} is the text you type into chatbox.

  4.     {GROUP} is the name of the permissions group you are in. requires a permission plugin.

  5.     {DISPLAYNAME} is the name of your user with prefix/suffix added.

  6.     {WORLDNAME} is the name is the name of the world you are in.

  7.     {SHORTWORLDNAME} is the first letter of the world you are in.

  8.     {TEAMPREFIX} {TEAMSUFFIX} {TEAMNAME} are your scoreboard team variables.
复制代码



moline

意思就是说,没有TIME这个功能?!!!