LazyChat
A easy to use chat-system with MiniMessage formatting
LazyChat
--- Plugin Features ---
* The ability to conveniently mutate the player with the /l-mute <mute/unmute> <playername> <time> * The ability to conveniently mutate the player with the /l-mute <mute/unmute> <playername> <time> * The ability to conveniently mutate the player with the /l-mute <mute/unmute> <playername> <time> * The ability to conveniently mutate the player with the /l-mute <mute/unmute> <playername> <time>
--- Support for 3 languages (or more) ---
Officially, the plugin has 3 languages. English, Russian and Ukrainian. You can create your own translation for the text in the plugin!
--- Convenient plugin configuration ---
```yml config-version: 4
settings
language: "English" # Available: English, Russia, Ukrainian chat-radius: 100 enable-console-logging: true # Enables logging to console
messages
prefix: "!" # Prefix for use global chat. By default, and most popular — "!"
Messages examples. Placeholders: <nickname> - player-nickname, <m> - message, <prefix> - prefix from LuckPerms, <suffix> - suffix from LuckPerms.
Example for global message.
global-chat-format: "<dark_gray>|<green>G</green>|</dark_gray> <prefix><reset><gold><nickname></gold><suffix> <gray>>>><reset> <m>"
Example for local message.
local-chat-format: "<dark_gray>|<blue>L</blue>|</dark_gray> <prefix><reset><gold><nickname></gold><suffix> <gray>>>><reset> <m>" ```