- Added Gradiants Hex color support for chat formatting
- Added RabbitMQ For Cross Server chat synchronization
- Fix Bold messages not working with Hex Color formatting
- Fixed Several Bug Fixes
- Fixed Discord integration stripping out color codes for better-looking
- Added RabbitMQ for cross-server synchronization for chat !
- Added Hex gradiants Color Support !
- Fixed Placeholders like {name} note redirecting in game
You can now have your server chat redirected to your discord channel
Code (YAML):
chat:
enabled: false
# Whether afelius chat formatting is enabled or not.
# You can now set chat format for each rank you have in your server. # Default format for players with no specific rank. (fallback format) default: '&7
%luckperms_prefix%&7 &e($%vault_eco_balance%) &7- &6&l%player_name% » &f%chat_message% '
# Format for players with a VIP rank. vip: '&7
%luckperms_prefix%&7 &e($%vault_eco_balance%) &7- &6&l%player_name% » &f%chat_message% ' discord_webhook_url: "https://discord.com/api/webhooks/your-webhook-id/your-webhook-token"
chat:
enabled: false
# Whether afelius chat formatting is enabled or not.
#You can now set chat format for each rank you have in your server. #Default format for players with no specific rank. (fallback format) default: '&7
%luckperms_prefix%&7 &e($%vault_eco_balance%) &7- &6&l%player_name% » &f%chat_message% '
#Format for players with a VIP rank. vip: '&7
%luckperms_prefix%&7 &e($%vault_eco_balance%) &7- &6&l%player_name% » &f%chat_message% '
- Added per rank chat formatting u can now customize chat formatting for each rank
chat-format.yml example:
Code (YAML):
chat: #Default format for players with no specific rank. (fallback format) default: '<&7
%luckperms_prefix%&7 &e($%vault_eco_balance%) &7- &6&l%player_name% » &f%chat_message% '
#Format for players with a rank. vip: '<&7
%luckperms_prefix%&7 &e($%vault_eco_balance%) &7- &6&l%player_name% » &f%chat_message% '