iHateFormatting - No hassle chat formatting... Because I hate it!
I'm doing this beside school and spent hours of coding/testing and eliminating bugs.
I really appreciate a "thank you" in form of a donation.

Features:
- Chat Formatting. That's it. But it works how it should.
Setup:
# __________________________ # # | | # # | Documentation | # # | v1 | # # |__________________________| # # #
Adding Groups
To add a format for a group, just make a new node in the "groups" above. eg. "admin", and write a format for it eg. "`c[Admin] `name: `b"
admin: "`c[Admin] `name: `b"
Assigning Groups
To assign a group, simply give a player a group in your permissions plugin, or assign OP... or not. No BS, no hassle.
Color Codes
| Code | Color |
|---|---|
| `0 | Black |
| `1 | Dark Blue |
| `2 | Dark Green |
| `3 | Dark Aqua |
| `4 | Dark Red |
| `5 | Purple |
| `6 | Gold |
| `7 | Grey |
| `8 | Dark Grey |
| `9 | Blue |
| `a | Green |
| `b | Aqua |
| `c | Red |
| `d | Light Purple |
| `e | Yellow |
| `f | White |
| `g | Magic |
Variables
`name - The player's display name
`realname - The player's minecraft username
`group - The player's group
`message - The player's message (If not defined, it goes at the end)
`coloredmessage - The player's message with parsed colors
Feature Requirements:
Support for Permission Groups:


Source (Version 1)