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

commit 76eeea6a5f6e56d5b02abca0afa8bb274af8edb7
parent 68145595c0912e743b08f6f5cef654bdf5ad0a1a
Author: Oshgnacknak <spam@oshgnacknak.de>
Date:   Thu, 19 Jul 2018 19:45:30 +0200

Adding command and permissions infomation.
Diffstat:
MREADME.md | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -2,9 +2,17 @@ A Bukkit-Plugin based around the PermissionEx-Api. The core features are a colored tablist and a chatformat. ### Features: - Adding prefix and suffix from the Pex-group to the player's name. -- Andling Chatformat. With permission players can use chatcolors (Like `&cHallo`). +- Adding Chatformat. With permission players can use chatcolors (Like `&cHallo`). - Tablist headers and footers can be setup. - Sort players in tablist by the rank of there group (Lowest is up left). - Join and quit messages can be changed (and disabled). More info in the `plugin.yml` + +### Permissions: +- `pextabchat.reload`: to run the reload command. +- `pextabchat.color`: to use colorcodes in chat. +- `pextabchat.*`: both of the above + +### Command: +- `PexTabChatReload`: to reload the `config.yml`.