PexTabChat

A Bukkit-Plugin based around the PermissionEx-Api. The core features are a colored tablist and a chatformat.
git clone git://git.oshgnacknak.de/PexTabChat.git
Log | Files | Refs | README | LICENSE

config.yml (757B)


      1 # placeholders (Case sensitive):
      2 #   {prefix}: the prefix from pex
      3 #   {suffix}: the suffix from pex
      4 #   {display}: the players display name
      5 #   {name}: the players real name
      6 #   {message}: the message the player wrote (use only in chatfomat)
      7 # ====
      8 # enabled: false in joinquit does not mean that there are no messages!
      9 # To disable the messages completely, make them empty strings (like "").
     10 # This behavour is the default.
     11 # ====
     12 # Placeholders in Tablist are not yet supported
     13 
     14 tablisttext:
     15   enabled: true
     16   header: |
     17     &r
     18     &cYourserver
     19     &r
     20   footer: |
     21     &r
     22     &aPlugin By &6Oshgnacknak
     23     &r
     24 chatformat:
     25   enabled: true
     26   format: '{prefix}{name}{suffix} &0>> &r{message}'
     27 joinquit:
     28   enabled: true
     29   join: ''
     30   quit: ''
     31 tablistnames: true