Description: Easy way to make broadcast (alert) on a single server
Commands: (The functionality is the same)
/broadcast <message>
/bc <message>
/broadc <message>
Plugin has only one configuration file:
Code (YAML):
############################# # SimpleBroadcast # # Made by GameDoctor # # 2023 # ############################# permission: "simplebroadcast.use" no_permission: "&4You don't have required permission" allowColorCodes: true
# Allow users to use color codes in broadcast help: -
"/%cmd% <text> - Broadcast message" chat:
enable: true
messages: -
"&7Player &a%player% &7broadcasting: &c%message%" title:
enable: true
line1: "&c&l%player%" line2: "&b%message%"
Code (YAML):
############################# # SimpleBroadcast # # Made by GameDoctor # # 2023 # ############################# permission: "simplebroadcast.use" no_permission: "&4У вас недостаточно прав" allowColorCodes: true
# Разрешить использовать цветовые коды help: -
"/%cmd% <text> - Сделать объявление" chat:
enable: true
messages: -
"&7Игрок &a%player% &7объявляет: &c%message%" title:
enable: true
line1: "&c&l%player%" line2: "&b%message%"
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