Edit chat format and default message for minecraft server.
Compatible Bukkit and Spigot 1.8.1, PermissionEx and GroupManager.
- Place the .jar in your plugins folder.
- Start your server.
- The plugin will create a BetterChat folder with configurations in your plugin folder.
- /chat [on/off] - Enable/Disable plugin
- /chat reload - Reload plugin configuration
- join-display - Display message when player login
- join-message - Player login message (work with color)
- leave-display - Display message when player quit
- leave-message - Play quit message (work with color)
- first-message-display - Display message on player first connection
- first-message-broadcast - First connection message (broadcast)
- first-message-player - First connection message (player only)
- chat-format - Chat format (see format)
- whisp-to-format - Sender wispher format (see format)
- whisp-from-format - Receiver wispher format (see format)
- whisp-spy-format - Interception wispher format (see format)
- player-color - Change player display-name with color
- console-chat - Display message on console
- player-tab - Change player display name on tabulation
- player-click - Enable %player% click event (see format)
- player-click-message - Message on player click(see format)
- player-hover - Enable %player% hover event (see format)
- player-hover-message - Message on player hover (see format)
- enable - Enable/Disable plugin
- console-Debug - Debug message on console.
You can use the following formats to add dynamisme in your messages.
Color need to start with '&', for exemple '&9' is blue.
- %server% - Server name (server.conf)
- %suffix% - Player suffix
- %prefix% - Player prefix
- %color% - Player name color (last color in prefix)
- %playername% - Player name.
- %player% - Player name with hover and click event.
- %message% - Message send (only work on chat-format)
- %time% - Current server time
- %item% - Item player hold (with hover message)
- %position% - Player position
- Farrael