ChatFormat
ChatFormat is a lightweight Minecraft plugin that allows server owners to easily customize chat message formats.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
ChatFormat
ChatFormat | Simple & Lightweight Chat Formatting Plugin | PlaceholderAPI Support!
- Customizable Chat Format: Easily configure how your chat messages look using placeholders. - PlaceholderAPI Support: Fully compatible with PlaceholderAPI for advanced placeholder usage. - Reload Command: Quickly reload the configuration without restarting the server.
Commands & Permissions: - /chatformat reload | Permission: chatformat.reload - Access to chat-format-highlight format | Permission: chatformat.highlight
Configuration: The default configuration file (config.yml) is automatically generated when you first run the plugin. Here's an example of the default chat format:
```
ChatFormat Configuration
chat-format: "&#ff00ff%player% &8» &7%message%"
Highlight format for players with the specified permission
chat-format-highlight: "&#ffd700%player% &8» &f%message%" chat-format-highlight-permission: "chatformat.highlight" ```