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

plugin.yml (1016B)


      1 name: PexTabChat
      2 main: de.oshgnacknak.PexTabChat.Main
      3 depend: 
      4   - PermissionsEx
      5 version: 1.0
      6 author: Oshgnacknak
      7 description: |
      8   This Plugin will read the prefixes and suffixes from players out of the pex api.
      9   Then it will format tablist headers, footers and displaynames as well as the chatformat.
     10   The Players in the tablist will be sorted by the groupranks
     11   In addition it will change the format of join/quit messages (disabling is also possible using by empty formats).
     12   And colorcodes for chat are supported with permissions.
     13 
     14 commands:
     15   PexTabChatReload:
     16     description: Reload the config.
     17     usage: /<command>
     18     aliases: 
     19     - ptcrelaod
     20     permission: pextabchat.reload
     21     
     22 permissions:
     23   pextabchat.*: 
     24     description: allows all beneath
     25     children: 
     26       pextabchat.reload: true
     27       pextabchat.color: true
     28   pextabchat.reload:
     29     description: "Allows to reload the plugin"
     30   pextabchat.color:
     31     description: "With this permission, you can write colorcodes in the chat (&4admin etc.)"