Description: A simple chat without any filters and other features with the ability to make a delay
Commands:
Plugin don't have any commands
Plugin has only one configuration file:
Code (YAML):
############################# # SimpleLobbyChat # # Made by GameDoctor # # 2024 # ############################# chat:
enable: true
# If false, the chat will be unavailable to everyone cooldown: 1
# Chat message cooldown in seconds format: "&7%player%: &f%message%"# Chat message format colorPermission: "chat.color.use"# Permission to use color codes in messages. Type "-" if you want to allow all players to use color codes timeFormat: # Format settings seconds: "s." minutes: "m." hours: "h." messages:
cooldown: "&cWait &e%time% &cbefore using the chat" blocked: "&cThe chat is not available on this server"# Used if chat.enable = false
Code (YAML):
############################# # SimpleLobbyChat # # Made by GameDoctor # # 2024 # ############################# chat:
enable: true
# Если false - чат будет недоступен для всех cooldown: 1
# Задержка чата format: "&7%player%: &f%message%"# Формат сообщения colorPermission: "chat.color.use"# Право на использование цветовых кодов в чате. Установите на "-", если право не требуется timeFormat: # Настройка формата seconds: "с." minutes: "м." hours: "ч." messages:
cooldown: "&cПодождите &e%time% &cперед следующим сообщением в чат" blocked: "&cНа этом сервере чат недоступен"# Используется, если chat.enable = false
Demonstation:
The HEX color format in the plugin is similar to the one used in the infamous Essentials plugin. For the convenience of generating HEX text gradients, there is a website
https://spigot.kosfarix.ru/hex
But
keep in mind that variables (%player%, %color%, and so on)
cannot be converted to this format.
Формат HEX цветов в плагине похож на тот, что используется в небезызвестном плагине Essentials. Для удобства генерации HEX градиентов текста существует сайт
https://spigot.kosfarix.ru/hex
Но
имейте в виду, что переменные (%player%, %color% и так далее)
нельзя переводить в этот формат.
Note: If you want additional functionality to be added to the plugin, just write about it in the discussion
Installation: Download, drop it in plugins folder and restart your server