All SuperChat features (outdated)

All SuperChat features

Time in chat

You can add time to your chat

Set your time-format

  • %H 24-hour format of an hour with leading zeros: 00-23
  • %i Minutes with leading zeros: 00-59
  • %h 12-hour format of an hour with leading zeros: 01-12
  • %s Seconds, with leading zeros: 00-59
  • %G 24-hour format of an hour without leading zeros: 0-23
  • %a Lowercase Ante meridiem and Post meridiem: am or pm
  • %g 12-hour format of an hour without leading zeros: 1-12
  • %A Uppercase Ante meridiem and Post meridiem: AM or PM

And add %time to global-message-format and/or local-message-format

Global and local chat

You can use local chat mode (check local-chat to true). Now your chat is limited but you can use global message(must start with ! and player must have permissions superchat.globalchat). If player have permissions superchat.globalchat.all all messages are global.

In global-message-format and local-message-format you can use:

  • %prefix
  • %spprefix <- prefix from Simple Prefix
  • %suffix
  • %spsuffix <- suffix from Simple Prefix
  • %displayname
  • %player
  • %world
  • %time
  • %faction
  • %clan
  • %message
  • all colors and formats(&0 - &9, &a - &f, &k, &l, &m, &n, &o, &r)

Prefix and suffix from Vault or SimplePrefix.

Eg you can set prefix in PEX

Faction tag from Factions

Eg config:

...
global-chat-format: '%faction%player: %message'
faction:
  enable: true
  format: '[&tag]'
...

Now player who have faction:

[myf]kamcio96: great

And player who doesn't have faction:

abc: great

Clan tag from SimpleClans

Like Factions xD

Multiverse support

Default %world is replaced by world name but if you want you can replace it by multiverse alias with color.


Comments

Posts Quoted:
Reply
Clear All Quotes