Description: Change or remove default join/quit messages
Commands:
Plugin don't have any commands
Plugin has only one configuration file:
Code (YAML):
############################# # SimpleJoinQuitMessage # # Made by GameDoctor # # 2023 # ############################# default:
join:
enable: true
# When disabled - join messages will not be displayed message: "&7Player &a%player% &7joined" quit:
enable: true
# When disabled - quit messages will not be displayed message: "&7Player &c%player% &7quit"
Code (YAML):
############################# # SimpleJoinQuitMessage # # Made by GameDoctor # # 2023 # ############################# default:
join:
enable: true
# Если отключено - сообщения о присоединении отображаться не будут message: "&7Игрок &a%player% &7присоединился" quit:
enable: true
# Если отключено - сообщения о выходе отображаться не будут message: "&7Игрок &c%player% &7вышел"
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